diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-01-20 01:21:18 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-01-20 01:21:18 +0000 |
commit | 4af23f81513c3e52a5e059d8431fff72685e7ff6 (patch) | |
tree | bab076ab071fe1940ea8c49657fb1c59437cda51 /lisp/outline.el | |
parent | 633bb8a9b141d6dcbc8d3a07cfa1dce7aae43a6f (diff) | |
download | emacs-4af23f81513c3e52a5e059d8431fff72685e7ff6.tar.gz |
Comment change.
Diffstat (limited to 'lisp/outline.el')
-rw-r--r-- | lisp/outline.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/outline.el b/lisp/outline.el index 8baa9f102ea..eed84bd61c7 100644 --- a/lisp/outline.el +++ b/lisp/outline.el @@ -807,6 +807,7 @@ Show the heading too, if it is currently invisible." (interactive) (save-excursion (outline-back-to-heading) +;; Turned off to fix bug reported by Otto Maddox on 22 Nov 2005. ;; (outline-end-of-heading) (hide-region-body (point) (progn (outline-end-of-subtree) (point))))) |