# HG changeset patch # User Karl Heuer # Date 892197394 0 # Node ID 6b9a783d0eed30ed296e176e4e5d57f5c0eeb31d # Parent c914aef13b33ddbb834401b9192381e672fcb1e0 Don't defconst the colon symbols, since they evaluate to themselves now anyway. diff -r c914aef13b33 -r 6b9a783d0eed lisp/emacs-lisp/cl.el --- a/lisp/emacs-lisp/cl.el Fri Apr 10 02:34:51 1998 +0000 +++ b/lisp/emacs-lisp/cl.el Fri Apr 10 08:36:34 1998 +0000 @@ -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