aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2000-03-26 19:52:27 +0000
committerStefan Monnier2000-03-26 19:52:27 +0000
commitea4b0ca303f8ac30f87fd2ee905a6db53951c636 (patch)
tree13cf9d6d0553f2592ca102f7160f0307034e5d75 /lisp/ChangeLog
parent3d4ff2dd8dc1d75ccabc1408b4628f702fa1ad7a (diff)
downloademacs-ea4b0ca303f8ac30f87fd2ee905a6db53951c636.tar.gz
emacs-ea4b0ca303f8ac30f87fd2ee905a6db53951c636.zip
(byte-compile-eval): Fix and reenable the code.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
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 @@
12000-03-26 Stefan Monnier <monnier@cs.yale.edu>
2
3 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
4 the code.
5
12000-03-26 Dave Love <fx@gnu.org> 62000-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
222000-03-25 Stefan Monnier <monnier@cs.yale.edu>
23
24 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
25
172000-03-24 Gerd Moellmann <gerd@gnu.org> 262000-03-24 Gerd Moellmann <gerd@gnu.org>
18 27
19 * Makefile (COMPILE_FIRST): New macro. 28 * Makefile (COMPILE_FIRST): New macro.