# HG changeset patch # User Bastien Guerry # Date 1203291066 0 # Node ID 2e27479c19fe9dca16dcd85e6c01da2b4cef09f9 # Parent 1c7983beb0a79f041ef864afc46c6769aab8f3eb Reverted previous erroneous change. diff -r 1c7983beb0a7 -r 2e27479c19fe lisp/textmodes/org.el --- 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