Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4806:fd36a980d701
Use uninterned symbols in various information-hiding contexts.
lisp/ChangeLog addition:
2010-01-01 Aidan Kehoe <kehoea@parhasard.net>
* syntax.el (map-syntax-table):
* subr.el (map-plist):
* startup.el (load-init-file):
* minibuf.el (read-from-minbuffer):
* cus-edit.el (custom-load-custom-defines-1):
* cmdloop.el (execute-extended-command):
Replace symbol names using underscore, whether to avoid dynamic
scope problems or to ensure helpful arguments to
#'call-with-condition-handler, with uninterned symbols.
src/ChangeLog addition:
2010-01-01 Aidan Kehoe <kehoea@parhasard.net>
* mule-charset.c (Fmake_charset):
Don't intern the symbols used to refer to temporary character
sets, that doesn't bring us anything.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 01 Jan 2010 19:45:39 +0000 |
parents | dba492ef7440 |
children | 41852ee5f1b0 |
comparison
equal
deleted
inserted
replaced
4767:dba492ef7440 | 4806:fd36a980d701 |
---|---|
1 2010-01-01 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * syntax.el (map-syntax-table): | |
4 * subr.el (map-plist): | |
5 * startup.el (load-init-file): | |
6 * minibuf.el (read-from-minbuffer): | |
7 * cus-edit.el (custom-load-custom-defines-1): | |
8 * cmdloop.el (execute-extended-command): | |
9 Replace symbol names using underscore, whether to avoid dynamic | |
10 scope problems or to ensure helpful arguments to | |
11 #'call-with-condition-handler, with uninterned symbols. | |
12 | |
1 2009-12-05 Stephen J. Turnbull <stephen@xemacs.org> | 13 2009-12-05 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 14 |
3 * font.el (x-font-create-object): Check for Xft before using it. | 15 * font.el (x-font-create-object): Check for Xft before using it. |
4 This fixes the symptom in openSUSE bug #558764. | 16 This fixes the symptom in openSUSE bug #558764. |
5 | 17 |