diff options
| author | Chong Yidong | 2008-10-25 00:12:24 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-10-25 00:12:24 +0000 |
| commit | a6e62f2e847a4244f332632a6a4c2252e3955f53 (patch) | |
| tree | 4156cb0e0390f5b1690ec42601f6afcc6603f381 | |
| parent | 945a0a0ccc067a4dcaa1fbab074f94605fac9a3a (diff) | |
| download | emacs-a6e62f2e847a4244f332632a6a4c2252e3955f53.tar.gz emacs-a6e62f2e847a4244f332632a6a4c2252e3955f53.zip | |
* thingatpt.el (end-of-sexp, beginning-of-sexp)
(forward-same-syntax): Omit default arguments to char-after and
char-before.
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dd2ec356b08..5494a51588c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2008-10-25 Aaron S. Hawley <aaronh@garden.org> (tiny change) | ||
| 2 | |||
| 3 | * thingatpt.el (end-of-sexp, beginning-of-sexp) | ||
| 4 | (forward-same-syntax): Omit default arguments to char-after and | ||
| 5 | char-before. | ||
| 6 | |||
| 1 | 2008-10-24 Juanma Barranquero <lekktu@gmail.com> | 7 | 2008-10-24 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 8 | ||
| 3 | * subr.el (locate-user-emacs-file): New function. | 9 | * subr.el (locate-user-emacs-file): New function. |