diff options
| author | Juanma Barranquero | 2008-03-25 23:27:11 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-03-25 23:27:11 +0000 |
| commit | 9e60aa0b8c833ee810cb2976ad00a260113ad7bf (patch) | |
| tree | 32e7750eb9e7bc2ee934258273f82164441aed3f | |
| parent | d4919479f915dd0d98878cb63d2848b12fe8da15 (diff) | |
| download | emacs-9e60aa0b8c833ee810cb2976ad00a260113ad7bf.tar.gz emacs-9e60aa0b8c833ee810cb2976ad00a260113ad7bf.zip | |
(side-effect-free-fns): Fix typo.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/emacs-lisp/byte-opt.el | 2 |
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 @@ | |||
| 1 | 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change) | ||
| 2 | |||
| 3 | * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo. | ||
| 4 | |||
| 1 | 2008-03-25 Juri Linkov <juri@jurta.org> | 5 | 2008-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 |