Преглед на файлове

Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

Carsten Dominik преди 17 години
родител
ревизия
d1821b2d25
променени са 1 файла, в които са добавени 4 реда и са изтрити 3 реда
  1. 4 3
      org.el

+ 4 - 3
org.el

@@ -6676,9 +6676,10 @@ If optional TXT is given, check this string instead of the current kill."
   "Narrow buffer to the current subtree."
   (interactive)
   (save-excursion
-    (narrow-to-region
-     (progn (org-back-to-heading) (point))
-     (progn (org-end-of-subtree t t) (point)))))
+    (save-match-data
+      (narrow-to-region
+       (progn (org-back-to-heading) (point))
+       (progn (org-end-of-subtree t t) (point))))))
 
 
 ;;; Outline Sorting