]> code.delx.au - gnu-emacs/blobdiff - lisp/foldout.el
*** empty log message ***
[gnu-emacs] / lisp / foldout.el
index 0d7c79ec6f7124b31903f47f9b6979233906c325..10f3cecd3ee8da65d5f92fc9d207f840d109fa6d 100644 (file)
 (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)