From: Gerd Moellmann Date: Fri, 24 Mar 2000 22:56:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~4501 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b68c375f83ef921e7e854996c10ff2fc5a24a1f5;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 361ee8d2fa0..277ca061d36 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,11 @@ 2000-03-24 Gerd Moellmann + * Makefile (COMPILE_FIRST): New macro. + (compile-files): Compile files from COMPILE_FIRST first. + + * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new + code. + * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp matching open parenthesis in column 0 to defun-prompt-regexp only if open-paren-in-column-0-is-defun-start is set. diff --git a/src/ChangeLog b/src/ChangeLog index f35e1bc9751..8f0ea82a28a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2000-03-24 Gerd Moellmann + * xterm.c (x_term_init): Unblock input around call1 of + Qvendor_specific_keysyms. + * syntax.c (open_paren_in_column_0_is_defun_start): New variable. (find_defun_start): Consider an open parenthesis in column 0 a defun start only if open_paren_in_column_0_is_defun_start is set.