comparison lisp/ChangeLog @ 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 174aed57a32a
children b4ef3128160c
comparison
equal deleted inserted replaced
5343:34ab0e66aaca 5344:2a54dfbe434f
1 2011-01-22 Aidan Kehoe <kehoea@parhasard.net>
2
3 * bytecomp.el (byte-compile-setq, byte-compile-set):
4 Remove kludge allowing keywords' values to be set, all the code
5 that does that is gone.
6
7 * cl-compat.el (elt-satisfies-test-p):
8 * faces.el (set-face-parent):
9 * faces.el (face-doc-string):
10 * gtk-font-menu.el:
11 * gtk-font-menu.el (gtk-reset-device-font-menus):
12 * msw-font-menu.el:
13 * msw-font-menu.el (mswindows-reset-device-font-menus):
14 * package-get.el (package-get-installedp):
15 * select.el (select-convert-from-image-data):
16 * sound.el:
17 * sound.el (load-sound-file):
18 * x-font-menu.el (x-reset-device-font-menus-core):
19 Don't quote keywords, they're self-quoting, and the
20 win from backward-compatibility is sufficiently small now that the
21 style problem overrides it.
22
1 2011-01-22 Aidan Kehoe <kehoea@parhasard.net> 23 2011-01-22 Aidan Kehoe <kehoea@parhasard.net>
2 24
3 * cl-macs.el (block, return-from): Require that NAME be a symbol 25 * cl-macs.el (block, return-from): Require that NAME be a symbol
4 in these macros, as always documented in the #'block docstring and 26 in these macros, as always documented in the #'block docstring and
5 as required by Common Lisp. 27 as required by Common Lisp.