changeset 29059:52ff4adda042

*** empty log message ***
author Dave Love <fx@gnu.org>
date Sun, 21 May 2000 17:48:48 +0000
parents 39b69af53e85
children 26c9122ca008
files lisp/ChangeLog
diffstat 1 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun May 21 17:45:42 2000 +0000
+++ b/lisp/ChangeLog	Sun May 21 17:48:48 2000 +0000
@@ -1,3 +1,23 @@
+2000-05-21  Dave Love  <fx@gnu.org>
+
+	* international/mule-util.el (detect-coding-with-priority): Use
+	mapc.  Remove redundant lambda.
+
+	* international/mule-diag.el (list-non-iso-charset-chars)
+	(describe-fontset): Remove redundant lambda.
+
+	* emulation/crisp.el (brief-mode): New alias.
+
+	* emacs-lisp/ring.el (ring-elements): New function.
+
+	* emacs-lisp/easymenu.el (easy-menu-create-menu)
+	(easy-menu-do-add-item): Use keywordp.
+
+	* emacs-lisp/byte-opt.el: Update side-effect free function lists.
+
+	* replace.el: Doc and error message fixes.
+	(replace-highlight): Use facep, not internal-find-face.
+
 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
 
 	* international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.