+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.
(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)