(custom-printers): Use defvar' instead of defconst'.

This commit is contained in:
Luc Teirlinck 2004-11-21 03:27:39 +00:00
parent 8f40a868d7
commit 8e528e73de
2 changed files with 8 additions and 3 deletions

View 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