Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5755:92028d89cc66
Remove an errant word in a lisp/ChangeLog entry.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 21 Aug 2013 20:18:49 +0100 |
parents | b09e3b1b7424 |
children | a1f281776176 |
comparison
equal
deleted
inserted
replaced
5754:b09e3b1b7424 | 5755:92028d89cc66 |
---|---|
12 * bytecomp.el (byte-compile-gensym): New. | 12 * bytecomp.el (byte-compile-gensym): New. |
13 Warn that gensym called in a for-effect context is unlikely to be | 13 Warn that gensym called in a for-effect context is unlikely to be |
14 useful. | 14 useful. |
15 Warn about non-string non-integer ARGs, this is incorrect. | 15 Warn about non-string non-integer ARGs, this is incorrect. |
16 Am not changing the function to error with same, most code that | 16 Am not changing the function to error with same, most code that |
17 makes the mistake is has no problems, which is why it has survived | 17 makes the mistake has no problems, which is why it has survived |
18 so long. | 18 so long. |
19 * window-xemacs.el (save-window-excursion/mapping): | 19 * window-xemacs.el (save-window-excursion/mapping): |
20 * window.el (save-window-excursion): | 20 * window.el (save-window-excursion): |
21 Call #'gensym with a string, not a symbol. | 21 Call #'gensym with a string, not a symbol. |
22 | 22 |