mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/outline.el (outline-minor-mode-highlight): Fix safe-local-variable.
Copyright-paperwork-exempt: yes
This commit is contained in:
parent
a52f572e62
commit
51c6bafa9b
1 changed files with 1 additions and 1 deletions
|
|
@ -349,7 +349,7 @@ faces to major mode's faces."
|
|||
(const :tag "Append outline faces to major mode faces" append)
|
||||
(const :tag "Highlight separately from major mode faces" t))
|
||||
:version "28.1")
|
||||
;;;###autoload(put 'outline-minor-mode-highlight 'safe-local-variable 'booleanp)
|
||||
;;;###autoload(put 'outline-minor-mode-highlight 'safe-local-variable 'symbolp)
|
||||
|
||||
(defun outline-minor-mode-highlight-buffer ()
|
||||
;; Fallback to overlays when font-lock is unsupported.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue