changeset 54346:0d2cbb6d6ad1

(foldout-fold-list, foldout-modeline-string): Declare them as variables, not constants.
author John Paul Wallington <jpw@pobox.com>
date Thu, 11 Mar 2004 01:23:35 +0000
parents 06427e5d9c76
children 10d128eab3cd
files lisp/foldout.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/foldout.el	Thu Mar 11 00:31:31 2004 +0000
+++ b/lisp/foldout.el	Thu Mar 11 01:23:35 2004 +0000
@@ -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)