]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-printers): Use `defvar' instead of `defconst'.
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 21 Nov 2004 03:27:39 +0000 (03:27 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 21 Nov 2004 03:27:39 +0000 (03:27 +0000)
lisp/ChangeLog
lisp/emacs-lisp/cust-print.el

index 0a7537c9bef81c52e045279b26cfb10d52218169..29320eda9afc9e40d7c56c4af0338a7419faee93 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
+       of `defconst'.
+
 2004-11-20  Richard M. Stallman  <rms@gnu.org>
 
        * emacs-lisp/bytecomp.el (byte-compile-form):
@@ -6,7 +11,7 @@
 
        * comint.el (comint-input-ring-size): Increase to 150.
 
-       * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode): 
+       * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
        New variables.
        (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
        (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
@@ -14,7 +19,7 @@
        * imenu.el (imenu--generic-function):
        Ensure we keep moving backward even if BEG isn't further back.
 
-       * replace.el (query-replace-read-to, query-replace-read-from): 
+       * replace.el (query-replace-read-to, query-replace-read-from):
        Specify t for KEEP-ALL in read-from-minibuffer.
 
        * progmodes/python.el (python-switch-to-python):
index 929989b618a327e0cd89d6990652278d29050f7b..b7cc52a98340d93421218476a6d1468ab167a3cd 100644 (file)
@@ -178,7 +178,7 @@ print-level, but not for vectors."
 ;; Custom printers
 ;;==========================================================
 
-(defconst custom-printers nil
+(defvar custom-printers nil
   ;; e.g. '((symbolp . pkg::print-symbol))
   "An alist for custom printing of any type.
 Pairs are of the form (PREDICATE . PRINTER).  If PREDICATE is true