+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):
* 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.
* 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):
;; 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