mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(foldout-fold-list, foldout-modeline-string): Declare them as
variables, not constants.
This commit is contained in:
parent
c0f97789bf
commit
d544d2ca97
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2004-03-10 John Paul Wallington <jpw@gnu.org>
|
||||
|
||||
* foldout.el (foldout-fold-list, foldout-modeline-string):
|
||||
Declare them as variables, not constants.
|
||||
|
||||
2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
||||
|
||||
* ps-print.el: Modification to print *Messages* buffer.
|
||||
|
|
|
|||
|
|
@ -214,12 +214,12 @@
|
|||
(if (not (boundp 'outline-minor-mode))
|
||||
(error "Can't find outline-minor-mode"))
|
||||
|
||||
(defconst foldout-fold-list nil
|
||||
(defvar foldout-fold-list nil
|
||||
"List of start and end markers for the folds currently entered.
|
||||
An end marker of nil means the fold ends after (point-max).")
|
||||
(make-variable-buffer-local 'foldout-fold-list)
|
||||
|
||||
(defconst foldout-modeline-string nil
|
||||
(defvar foldout-modeline-string nil
|
||||
"Modeline string announcing that we are in an outline fold.")
|
||||
(make-variable-buffer-local 'foldout-modeline-string)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue