diff options
| author | Stefan Monnier | 2005-11-28 21:46:51 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-11-28 21:46:51 +0000 |
| commit | cedbd3f084c41036b82ade1f7c45eaf1d8e5dfd3 (patch) | |
| tree | dd6c6f47325f9a0260a85a15ed10a598b5623245 /lisp/ChangeLog | |
| parent | 756bfad5752f35da3dd0b15b1ae2ad0d81726437 (diff) | |
| download | emacs-cedbd3f084c41036b82ade1f7c45eaf1d8e5dfd3.tar.gz emacs-cedbd3f084c41036b82ade1f7c45eaf1d8e5dfd3.zip | |
(query-replace-map): Move initialization into declaration.
(occur-engine): Use with-current-buffer.
(occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
(occur-mode-mouse-goto): Replace with an alias.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 404eda33c5d..1ffbcb3c91f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * replace.el (query-replace-map): Move initialization into declaration. | ||
| 4 | (occur-engine): Use with-current-buffer. | ||
| 5 | (occur-mode-goto-occurrence): Make it work for mouse-clicks as well. | ||
| 6 | (occur-mode-mouse-goto): Replace with an alias. | ||
| 7 | |||
| 1 | 2005-11-28 Juri Linkov <juri@jurta.org> | 8 | 2005-11-28 Juri Linkov <juri@jurta.org> |
| 2 | 9 | ||
| 3 | * simple.el (quoted-insert): Let-bind input-method-function to nil. | 10 | * simple.el (quoted-insert): Let-bind input-method-function to nil. |