]> git.eshelyaron.com Git - emacs.git/commitdiff
Use keywordp.
authorDave Love <fx@gnu.org>
Thu, 13 Apr 2000 19:05:47 +0000 (19:05 +0000)
committerDave Love <fx@gnu.org>
Thu, 13 Apr 2000 19:05:47 +0000 (19:05 +0000)
lisp/cus-start.el

index c5f73c9cce27eb4b6f0350b74a87304d7156989c..2a7b3b314ba8734051bcc8383deeaf68d475e273 100644 (file)
       ;; into an expression which produces that value.
       (quoter (lambda (sexp)
                (if (or (memq sexp '(t nil))
-                       (and (symbolp sexp)
-                            (eq (aref (symbol-name sexp) 0) ?:))
+                       (keywordp sexp)
                        (and (listp sexp)
                             (memq (car sexp) '(lambda)))
                        (stringp sexp)