changeset 91921:2e27479c19fe

Reverted previous erroneous change.
author Bastien Guerry <bzg@altern.org>
date Sun, 17 Feb 2008 23:31:06 +0000
parents 1c7983beb0a7
children 89b7a215ead9
files lisp/textmodes/org.el
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/org.el	Sun Feb 17 23:18:45 2008 +0000
+++ b/lisp/textmodes/org.el	Sun Feb 17 23:31:06 2008 +0000
@@ -6564,10 +6564,9 @@
   "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