Mercurial > emacs
comparison lisp/ChangeLog @ 101789:7d131969b5e2
Add "^" to interactive spec of sexp movement commands
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1534
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 04 Feb 2009 05:48:16 +0000 |
parents | e3ef741fe489 |
children | e98ddfaefcae |
comparison
equal
deleted
inserted
replaced
101788:dc93dbd4d490 | 101789:7d131969b5e2 |
---|---|
1 2009-02-04 Miles Bader <miles@gnu.org> | |
2 | |
3 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list) | |
4 (backward-list, backward-up-list, beginning-of-defun) | |
5 (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec. | |
6 | |
1 2009-02-04 Glenn Morris <rgm@gnu.org> | 7 2009-02-04 Glenn Morris <rgm@gnu.org> |
2 | 8 |
3 * mail/mail-utils.el (mail-fetch-field): Previous doc fix was | 9 * mail/mail-utils.el (mail-fetch-field): Previous doc fix was |
4 ill-advised. | 10 ill-advised. |
5 | 11 |