summaryrefslogtreecommitdiff
path: root/etc/grep.txt
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2021-03-07 20:52:39 +0200
committerJuri Linkov <juri@linkov.net>2021-03-07 20:52:39 +0200
commitc63d2ef59c511c1c48c69a202907b7edfcbb19b3 (patch)
treed698b785270c769a25ab57e2bdabb5e5d4f7b365 /etc/grep.txt
parentc1f4a16cf3d71aa3f67c1c209e7060dc71afc545 (diff)
downloademacs-c63d2ef59c511c1c48c69a202907b7edfcbb19b3.tar.gz
Remove outline-cycle-minor-mode and outline-cycle-highlight-minor-mode
* lisp/outline.el (outline-font-lock-keywords): Use OVERRIDE or LAXMATCH depending on outline-minor-mode-highlight in outline-minor-mode. (outline-minor-mode-cycle, outline-minor-mode-highlight): Promote defvar to defcustom. (outline-minor-mode-highlight-buffer): Don't override existing faces. (outline-cycle-minor-mode, outline-cycle-highlight-minor-mode): Remove minor modes. * etc/compilation.txt: * etc/grep.txt: Enable outline-minor-mode-cycle and outline-minor-mode-highlight with outline-minor-mode. https://lists.gnu.org/archive/html/emacs-devel/2021-03/msg00144.html
Diffstat (limited to 'etc/grep.txt')
-rw-r--r--etc/grep.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/grep.txt b/etc/grep.txt
index a54ebf8a3b4..0370ae4e2c2 100644
--- a/etc/grep.txt
+++ b/etc/grep.txt
@@ -125,5 +125,7 @@ COPYING PERMISSIONS:
;;; Local Variables:
;;; eval: (let ((inhibit-read-only t) (compilation-filter-start (point-min))) (save-excursion (goto-char (point-max)) (grep-filter) (set-buffer-modified-p nil)))
;;; buffer-read-only: t
-;;; eval: (outline-cycle-highlight-minor-mode)
+;;; outline-minor-mode-cycle: t
+;;; outline-minor-mode-highlight: t
+;;; eval: (outline-minor-mode 1)
;;; End: