# HG changeset patch # User Chong Yidong # Date 1224893544 0 # Node ID e4220bce08959b09c48d2783cdd32dc3f7469c82 # Parent 9c18e435ac9bd89e30781dcf283b69818340e284 * thingatpt.el (end-of-sexp, beginning-of-sexp) (forward-same-syntax): Omit default arguments to char-after and char-before. diff -r 9c18e435ac9b -r e4220bce0895 lisp/ChangeLog --- a/lisp/ChangeLog Fri Oct 24 22:50:13 2008 +0000 +++ b/lisp/ChangeLog Sat Oct 25 00:12:24 2008 +0000 @@ -1,3 +1,9 @@ +2008-10-25 Aaron S. Hawley (tiny change) + + * thingatpt.el (end-of-sexp, beginning-of-sexp) + (forward-same-syntax): Omit default arguments to char-after and + char-before. + 2008-10-24 Juanma Barranquero * subr.el (locate-user-emacs-file): New function.