comparison lisp/ChangeLog @ 28337:080ef35e195d

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 26 Mar 2000 19:52:27 +0000
parents 94b4bc919c66
children f89c8f185c0d
comparison
equal deleted inserted replaced
28336:49b7af1b8e1b 28337:080ef35e195d
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
4 browse-url-browser-function being an alist. 9 browse-url-browser-function being an alist.
5 (browse-url): Add :link to defgroup. 10 (browse-url): Add :link to defgroup.
11 (find-file-noselect): Simplify a mapcar call. 16 (find-file-noselect): Simplify a mapcar call.
12 17
13 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist 18 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
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.
21
22 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
23
24 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
16 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.
20 (compile-files): Compile files from COMPILE_FIRST first. 29 (compile-files): Compile files from COMPILE_FIRST first.