comparison lisp/ChangeLog @ 31545:ad28463a016b

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 11 Sep 2000 23:38:16 +0000
parents d45bbf1117f5
children 55b581b3fc5b
comparison
equal deleted inserted replaced
31544:b769954f58da 31545:ad28463a016b
1 2000-09-12 Kenichi Handa <handa@etl.go.jp>
2
3 * international/quail.el (quail-translation-docstring): New
4 variable.
5 (quail-show-keyboard-layout): Docstring modified.
6 (quail-select-current): Likewise.
7 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
8 infinite recursive call.
9 (quail-help): Check quail-translation-docstring. Format of the
10 output changed.
11 (quail-help-insert-keymap-description): Adjusted for the above
12 change.
13
1 2000-09-11 Gerd Moellmann <gerd@gnu.org> 14 2000-09-11 Gerd Moellmann <gerd@gnu.org>
2 15
3 * bytecomp.el (byte-compile-defvar): Only cons onto 16 * bytecomp.el (byte-compile-defvar): Only cons onto
4 current-load-list in top-level forms. Else this leaks a cons cell 17 current-load-list in top-level forms. Else this leaks a cons cell
5 every time a defun is called. 18 every time a defun is called.