Mercurial > emacs
comparison lisp/ChangeLog @ 56878:0fd89f7ceec6
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 02 Sep 2004 09:46:47 +0000 |
parents | e0e96606bedd |
children | 2d8aa6e59b6b |
comparison
equal
deleted
inserted
replaced
56877:e2576d47dd53 | 56878:0fd89f7ceec6 |
---|---|
1 2004-09-02 Juri Linkov <juri@jurta.org> | |
2 | |
3 * progmodes/compile.el (compilation-buffer-name): Compare major | |
4 mode with second element of compilation-arguments instead of third | |
5 to reflect latest changes in compilation-arguments structure. | |
6 (recompile): Use global variable `compilation-directory' to get | |
7 recent compilation directory only when `recompile' is invoked NOT | |
8 in the compilation buffer. Otherwise, use `default-directory' of | |
9 the compilation buffer. | |
10 | |
11 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): | |
12 Do not push mark if inhibit-mark-movement is non-nil. | |
13 | |
14 * textmodes/ispell.el (ispell-html-skip-alists): | |
15 Fix backslashes in docstring. | |
16 | |
1 2004-09-01 Juri Linkov <juri@jurta.org> | 17 2004-09-01 Juri Linkov <juri@jurta.org> |
2 | 18 |
3 * isearch.el (isearch-wrap-function) | 19 * isearch.el (isearch-wrap-function) |
4 (isearch-push-state-function): New defvars. | 20 (isearch-push-state-function): New defvars. |
5 (isearch-pop-fun-state): New defsubst. | 21 (isearch-pop-fun-state): New defsubst. |