From a70f5385f7ec2839d876af8e960839307f325d0a Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sun, 17 Feb 2008 23:31:06 +0000 Subject: [PATCH] Reverted previous erroneous change. --- lisp/textmodes/org.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index f70264df796..bc63a962b9c 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el @@ -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 -- 2.39.2