Mercurial > emacs
changeset 58386:82bca611f221
(custom-printers): Use `defvar' instead of `defconst'.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sun, 21 Nov 2004 03:24:57 +0000 |
parents | 03f69db352cc |
children | 961a75031ddc |
files | lisp/emacs-lisp/cust-print.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/cust-print.el Sun Nov 21 02:33:11 2004 +0000 +++ b/lisp/emacs-lisp/cust-print.el Sun Nov 21 03:24:57 2004 +0000 @@ -178,7 +178,7 @@ ;; 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