comparison lisp/ChangeLog @ 28308:699ab30f49df

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 24 Mar 2000 22:56:35 +0000
parents 8bdd3f67b91a
children f9863339370b
comparison
equal deleted inserted replaced
28307:1d4a11a5f39d 28308:699ab30f49df
1 2000-03-24 Gerd Moellmann <gerd@gnu.org> 1 2000-03-24 Gerd Moellmann <gerd@gnu.org>
2
3 * Makefile (COMPILE_FIRST): New macro.
4 (compile-files): Compile files from COMPILE_FIRST first.
5
6 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
7 code.
2 8
3 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp 9 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
4 matching open parenthesis in column 0 to defun-prompt-regexp 10 matching open parenthesis in column 0 to defun-prompt-regexp
5 only if open-paren-in-column-0-is-defun-start is set. 11 only if open-paren-in-column-0-is-defun-start is set.
6 12