summaryrefslogtreecommitdiff
path: root/lisp/apropos.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2022-12-12 19:37:02 +0200
committerJuri Linkov <juri@linkov.net>2022-12-12 19:37:02 +0200
commit40c23c11e884bd14c9340a4853ab5db02901fe65 (patch)
treef34d34d17706cfe5d952753af46a23b683a3b484 /lisp/apropos.el
parent527eb11de20ac77877e5eaf67fa145515bd9a6d4 (diff)
downloademacs-40c23c11e884bd14c9340a4853ab5db02901fe65.tar.gz
* lisp/outline.el: Fix the value 'insert' of outline-minor-mode-use-buttons.
(outline--insert-button): Keep text properties around point on the inserted whitespace placeholder. * lisp/apropos.el (apropos-mode): * lisp/progmodes/xref.el (xref--xref-buffer-mode): Change outline-minor-mode-use-buttons from t to 'insert'.
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r--lisp/apropos.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el
index a731926f458..89f1f150a12 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -496,7 +496,7 @@ Intended as a value for `revert-buffer-function'."
outline-level (lambda () 1)
outline-minor-mode-cycle t
outline-minor-mode-highlight t
- outline-minor-mode-use-buttons t))
+ outline-minor-mode-use-buttons 'insert))
(defvar apropos-multi-type t
"If non-nil, this apropos query concerns multiple types.