diff options
| author | Stefan Monnier | 2000-03-26 19:52:27 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-03-26 19:52:27 +0000 |
| commit | ea4b0ca303f8ac30f87fd2ee905a6db53951c636 (patch) | |
| tree | 13cf9d6d0553f2592ca102f7160f0307034e5d75 /lisp/ChangeLog | |
| parent | 3d4ff2dd8dc1d75ccabc1408b4628f702fa1ad7a (diff) | |
| download | emacs-ea4b0ca303f8ac30f87fd2ee905a6db53951c636.tar.gz emacs-ea4b0ca303f8ac30f87fd2ee905a6db53951c636.zip | |
(byte-compile-eval): Fix and reenable the code.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7e441cd66e3..b471f3918e7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable | ||
| 4 | the code. | ||
| 5 | |||
| 1 | 2000-03-26 Dave Love <fx@gnu.org> | 6 | 2000-03-26 Dave Love <fx@gnu.org> |
| 2 | 7 | ||
| 3 | * net/browse-url.el (browse-url): Re-fix case of | 8 | * net/browse-url.el (browse-url): Re-fix case of |
| @@ -14,6 +19,10 @@ | |||
| 14 | compatible with inf-lisp version. | 19 | compatible with inf-lisp version. |
| 15 | (eval-defun-1): Fix custom-declare-variable case. | 20 | (eval-defun-1): Fix custom-declare-variable case. |
| 16 | 21 | ||
| 22 | 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> | ||
| 23 | |||
| 24 | * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'. | ||
| 25 | |||
| 17 | 2000-03-24 Gerd Moellmann <gerd@gnu.org> | 26 | 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
| 18 | 27 | ||
| 19 | * Makefile (COMPILE_FIRST): New macro. | 28 | * Makefile (COMPILE_FIRST): New macro. |