aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDave Love2000-05-21 17:48:48 +0000
committerDave Love2000-05-21 17:48:48 +0000
commitcb7216a79a8a82cafaccf5506d187d3ac6ff4711 (patch)
treeec1fa0c08dd4f81bfa6fda827d1fed7bab3fcbc2 /lisp/ChangeLog
parent45377ab444f9444faadf5f8bfc31189d1d630d6d (diff)
downloademacs-cb7216a79a8a82cafaccf5506d187d3ac6ff4711.tar.gz
emacs-cb7216a79a8a82cafaccf5506d187d3ac6ff4711.zip
(detect-coding-with-priority): Use mapc. Remove redundant lambda.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e3abe1253ce..6f19f4141d3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,23 @@
12000-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
12000-05-20 Stefan Monnier <monnier@cs.yale.edu> 212000-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.