comparison lisp/ChangeLog @ 29059:52ff4adda042

*** empty log message ***
author Dave Love <fx@gnu.org>
date Sun, 21 May 2000 17:48:48 +0000
parents 7235e6a14c62
children 879e653bd683
comparison
equal deleted inserted replaced
29058:39b69af53e85 29059:52ff4adda042
1 2000-05-21 Dave Love <fx@gnu.org>
2
3 * international/mule-util.el (detect-coding-with-priority): Use
4 mapc. Remove redundant lambda.
5
6 * international/mule-diag.el (list-non-iso-charset-chars)
7 (describe-fontset): Remove redundant lambda.
8
9 * emulation/crisp.el (brief-mode): New alias.
10
11 * emacs-lisp/ring.el (ring-elements): New function.
12
13 * emacs-lisp/easymenu.el (easy-menu-create-menu)
14 (easy-menu-do-add-item): Use keywordp.
15
16 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
17
18 * replace.el: Doc and error message fixes.
19 (replace-highlight): Use facep, not internal-find-face.
20
1 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> 21 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
2 22
3 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda. 23 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
4 24
5 * log-edit.el (log-edit-done): Cleanup trailing empty lines. 25 * log-edit.el (log-edit-done): Cleanup trailing empty lines.