(custom-printers): Use defvar' instead of
defconst'.
This commit is contained in:
parent
8f40a868d7
commit
8e528e73de
2 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue