diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-21 15:16:08 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-21 15:20:11 +0100 |
commit | beaa2e49530b8149d2c22cb5fa15b8d48f7937b6 (patch) | |
tree | e92668cbdb35696e07375374f5738efc99d466fc /lisp/outline.el | |
parent | 61e96789ddb1fe81520c3b1cc6c7ff43da5bc26f (diff) | |
download | emacs-beaa2e49530b8149d2c22cb5fa15b8d48f7937b6.tar.gz emacs-beaa2e49530b8149d2c22cb5fa15b8d48f7937b6.tar.bz2 emacs-beaa2e49530b8149d2c22cb5fa15b8d48f7937b6.zip |
; Fix typos (misspelled symbols)
Diffstat (limited to 'lisp/outline.el')
-rw-r--r-- | lisp/outline.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/outline.el b/lisp/outline.el index 7d9e7e10d08..2465a4963ab 100644 --- a/lisp/outline.el +++ b/lisp/outline.el @@ -1065,6 +1065,8 @@ Note that this does not hide the lines preceding the first heading line." ;; Nullify the hook to avoid repeated calls to `outline-flag-region' ;; wasting lots of time running `lazy-lock-fontify-after-outline' ;; and run the hook finally. + ;; FIXME: The above comment seems outdated, as lazy-lock has been + ;; removed from Emacs. (let (outline-view-change-hook) (save-excursion (save-restriction |