Mercurial > hg > xemacs-beta
comparison lisp/faces.el @ 5344:2a54dfbe434f
Don't quote keywords, they've been self-quoting for well over a decade.
2011-01-22 Aidan Kehoe <kehoea@parhasard.net>
* bytecomp.el (byte-compile-setq, byte-compile-set):
Remove kludge allowing keywords' values to be set, all the code
that does that is gone.
* cl-compat.el (elt-satisfies-test-p):
* faces.el (set-face-parent):
* faces.el (face-doc-string):
* gtk-font-menu.el:
* gtk-font-menu.el (gtk-reset-device-font-menus):
* msw-font-menu.el:
* msw-font-menu.el (mswindows-reset-device-font-menus):
* package-get.el (package-get-installedp):
* select.el (select-convert-from-image-data):
* sound.el:
* sound.el (load-sound-file):
* x-font-menu.el (x-reset-device-font-menus-core):
Don't quote keywords, they're self-quoting, and the
win from backward-compatibility is sufficiently small now that the
style problem overrides it.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 22 Jan 2011 23:29:25 +0000 |
parents | d27c1ee1943b |
children | f00192e1cd49 0af042a0c116 |
comparison
equal
deleted
inserted
replaced
5343:34ab0e66aaca | 5344:2a54dfbe434f |
---|---|
416 (mapc (lambda (x) | 416 (mapc (lambda (x) |
417 (set-face-property face x (vector parent) locale tag-set | 417 (set-face-property face x (vector parent) locale tag-set |
418 how-to-add)) | 418 how-to-add)) |
419 (set-difference built-in-face-specifiers | 419 (set-difference built-in-face-specifiers |
420 '(display-table background-pixmap inherit))) | 420 '(display-table background-pixmap inherit))) |
421 (set-face-background-pixmap face (vector 'inherit ':face parent) | 421 (set-face-background-pixmap face (vector 'inherit :face parent) |
422 locale tag-set how-to-add) | 422 locale tag-set how-to-add) |
423 nil) | 423 nil) |
424 | 424 |
425 (defun face-doc-string (face) | 425 (defun face-doc-string (face) |
426 "Return the documentation string for FACE." | 426 "Return the documentation string for FACE." |