[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 53b1e6f96c 01/10: Make outline-view-change-hook obsolete
From: |
Stefan Kangas |
Subject: |
master 53b1e6f96c 01/10: Make outline-view-change-hook obsolete |
Date: |
Sat, 30 Jul 2022 06:12:06 -0400 (EDT) |
branch: master
commit 53b1e6f96cb03a461061e1e21cd185dd8a82ce6b
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>
Make outline-view-change-hook obsolete
According to a comment, this hook "Seems only used by lazy-lock.
I.e. obsolete." But lazy-lock has been deleted.
* lisp/outline.el (outline-view-change-hook): Make obsolete.
---
lisp/outline.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/outline.el b/lisp/outline.el
index 6ec7d95d3a..a68f648bd8 100644
--- a/lisp/outline.el
+++ b/lisp/outline.el
@@ -327,6 +327,7 @@ data reflects the `outline-regexp'.")
(defvar outline-view-change-hook nil
"Normal hook to be run after outline visibility changes.")
+(make-obsolete-variable 'outline-view-change-hook nil "29.1")
(defvar outline-mode-hook nil
"This hook is run when outline mode starts.")
@@ -864,7 +865,6 @@ If FLAG is nil then text is shown, while if FLAG is t the
text is hidden."
(or outline-isearch-open-invisible-function
#'outline-isearch-open-invisible))))
(outline--fix-up-all-buttons from to)
- ;; Seems only used by lazy-lock. I.e. obsolete.
(run-hooks 'outline-view-change-hook))
(defun outline-reveal-toggle-invisible (o hidep)
- master updated (76bcbe5f93 -> cd3ce6e541), Stefan Kangas, 2022/07/30
- master 53b1e6f96c 01/10: Make outline-view-change-hook obsolete,
Stefan Kangas <=
- master 2e21074efd 08/10: Prefer defvar-keymap in dns-mode-map, Stefan Kangas, 2022/07/30
- master a109cdc8f2 04/10: ; * lisp/ffap.el: Comment cleanup., Stefan Kangas, 2022/07/30
- master ecfac493fa 03/10: Make ffap-newfile-prompt obsolete, Stefan Kangas, 2022/07/30
- master 7e84db9484 07/10: Prefer defvar-keymap in nroff-mode-map, Stefan Kangas, 2022/07/30
- master 9bdcca553f 05/10: ; * lisp/emacs-lisp/regi.el: Delete incorrect "last modified" comment., Stefan Kangas, 2022/07/30
- master fc79bb6ffc 02/10: * lisp/ffap.el (ffap-url-regexp): Add gemini., Stefan Kangas, 2022/07/30
- master cd3ce6e541 10/10: * lisp/apropos.el (apropos-documentation): Simplify., Stefan Kangas, 2022/07/30
- master f08f5b7afe 09/10: Avoid leaving temp buffers in bib-mode and refbib, Stefan Kangas, 2022/07/30
- master 454c06a22c 06/10: Fix namespace use in bib-mode.el, Stefan Kangas, 2022/07/30