diff options
| author | Gerd Moellmann | 2000-03-24 22:56:35 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-24 22:56:35 +0000 |
| commit | b68c375f83ef921e7e854996c10ff2fc5a24a1f5 (patch) | |
| tree | 9efcac70b55980c564e3617c3a3df4d8dde1214f | |
| parent | 9b6ed9f3d079615ee03c745c3b3f0e0db0ce544e (diff) | |
| download | emacs-b68c375f83ef921e7e854996c10ff2fc5a24a1f5.tar.gz emacs-b68c375f83ef921e7e854996c10ff2fc5a24a1f5.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 361ee8d2fa0..277ca061d36 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2000-03-24 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
| 2 | 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. | ||
| 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. |
diff --git a/src/ChangeLog b/src/ChangeLog index f35e1bc9751..8f0ea82a28a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2000-03-24 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.c (x_term_init): Unblock input around call1 of | ||
| 4 | Qvendor_specific_keysyms. | ||
| 5 | |||
| 3 | * syntax.c (open_paren_in_column_0_is_defun_start): New variable. | 6 | * syntax.c (open_paren_in_column_0_is_defun_start): New variable. |
| 4 | (find_defun_start): Consider an open parenthesis in column 0 | 7 | (find_defun_start): Consider an open parenthesis in column 0 |
| 5 | a defun start only if open_paren_in_column_0_is_defun_start is set. | 8 | a defun start only if open_paren_in_column_0_is_defun_start is set. |