diff options
author | Karl Heuer <kwzh@gnu.org> | 1998-04-10 08:36:34 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1998-04-10 08:36:34 +0000 |
commit | 5f1aa8268614a53e143c01af7e8fb1ecb847c4d1 (patch) | |
tree | c8c13e788bf546dca962e951ea0705892edd4457 /lisp/emacs-lisp/cl.el | |
parent | fc7ec9cdc33ddbb87fed305202511fb464e3b2e3 (diff) | |
download | emacs-5f1aa8268614a53e143c01af7e8fb1ecb847c4d1.tar.gz |
Don't defconst the colon symbols, since they
evaluate to themselves now anyway.
Diffstat (limited to 'lisp/emacs-lisp/cl.el')
-rw-r--r-- | lisp/emacs-lisp/cl.el | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el index fbfe8808e28..578473effd3 100644 --- a/lisp/emacs-lisp/cl.el +++ b/lisp/emacs-lisp/cl.el @@ -107,26 +107,6 @@ (defvar cl-optimize-safety 1) -;;; Keywords used in this package. - -(defconst :test ':test) -(defconst :test-not ':test-not) -(defconst :key ':key) -(defconst :start ':start) -(defconst :start1 ':start1) -(defconst :start2 ':start2) -(defconst :end ':end) -(defconst :end1 ':end1) -(defconst :end2 ':end2) -(defconst :count ':count) -(defconst :initial-value ':initial-value) -(defconst :size ':size) -(defconst :from-end ':from-end) -(defconst :rehash-size ':rehash-size) -(defconst :rehash-threshold ':rehash-threshold) -(defconst :allow-other-keys ':allow-other-keys) - - (defvar custom-print-functions nil "This is a list of functions that format user objects for printing. Each function is called in turn with three arguments: the object, the |