aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/emacs-lisp/byte-opt.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 780068ba898..c61f36dbfb4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2
3 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
4
12008-03-25 Juri Linkov <juri@jurta.org> 52008-03-25 Juri Linkov <juri@jurta.org>
2 6
3 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign 7 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el
index d65cf3904e9..04bb8d6b185 100644
--- a/lisp/emacs-lisp/byte-opt.el
+++ b/lisp/emacs-lisp/byte-opt.el
@@ -1219,7 +1219,7 @@
1219 char-equal char-to-string char-width 1219 char-equal char-to-string char-width
1220 compare-strings concat coordinates-in-window-p 1220 compare-strings concat coordinates-in-window-p
1221 copy-alist copy-sequence copy-marker cos count-lines 1221 copy-alist copy-sequence copy-marker cos count-lines
1222 decdoe-char 1222 decode-char
1223 decode-time default-boundp default-value documentation downcase 1223 decode-time default-boundp default-value documentation downcase
1224 elt encode-char exp expt encode-time error-message-string 1224 elt encode-char exp expt encode-time error-message-string
1225 fboundp fceiling featurep ffloor 1225 fboundp fceiling featurep ffloor