*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 24 Mar 2000 22:56:35 +0000 (22:56 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 24 Mar 2000 22:56:35 +0000 (22:56 +0000)
lisp/ChangeLog
src/ChangeLog

index 361ee8d..277ca06 100644 (file)
@@ -1,5 +1,11 @@
 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
 
+       * 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.
index f35e1bc..8f0ea82 100644 (file)
@@ -1,5 +1,8 @@
 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
 
+       * 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.