Reverted previous erroneous change.
authorBastien Guerry <bzg@altern.org>
Sun, 17 Feb 2008 23:31:06 +0000 (23:31 +0000)
committerBastien Guerry <bzg@altern.org>
Sun, 17 Feb 2008 23:31:06 +0000 (23:31 +0000)
lisp/textmodes/org.el

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