(enriched-mode): Make var permanent-local.
This commit is contained in:
parent
a3fd58aa89
commit
0a3e74cee4
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ Any property that is neither on this list nor dealt with by
|
|||
(defvar enriched-mode nil
|
||||
"True if Enriched mode is in use.")
|
||||
(make-variable-buffer-local 'enriched-mode)
|
||||
(put 'enriched-mode 'permanent-local t)
|
||||
|
||||
(if (not (assq 'enriched-mode minor-mode-alist))
|
||||
(setq minor-mode-alist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue