Mercurial > emacs
comparison lisp/ChangeLog @ 73052:91bb1b3f2e7b
(add-log-current-defun): Use `forward-sexp'
instead of `forward-word' to pick c++::symbol.
Reported by Herbert Euler <herberteuler@hotmail.com>.
author | Masatake YAMATO <jet@gyve.org> |
---|---|
date | Fri, 22 Sep 2006 14:27:13 +0000 |
parents | 09d278e92c70 |
children | 2283ba7c8090 |
comparison
equal
deleted
inserted
replaced
73051:09d278e92c70 | 73052:91bb1b3f2e7b |
---|---|
1 2006-09-22 Masatake YAMATO <jet@gyve.org> | |
2 | |
3 * add-log.el (add-log-current-defun): Use `forward-sexp' | |
4 instead of `forward-word' to pick c++::symbol. | |
5 Reported by Herbert Euler <herberteuler@hotmail.com>. | |
6 | |
1 2006-09-22 Kenichi Handa <handa@m17n.org> | 7 2006-09-22 Kenichi Handa <handa@m17n.org> |
2 | 8 |
3 * bindings.el: Fix setting self-insert-command for multibyte | 9 * bindings.el: Fix setting self-insert-command for multibyte |
4 characters in global-map. | 10 characters in global-map. |
5 | 11 |