From: Chong Yidong Date: Sat, 25 Oct 2008 00:12:24 +0000 (+0000) Subject: * thingatpt.el (end-of-sexp, beginning-of-sexp) X-Git-Tag: emacs-pretest-23.0.90~2200 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a6e62f2e847a4244f332632a6a4c2252e3955f53;p=emacs.git * thingatpt.el (end-of-sexp, beginning-of-sexp) (forward-same-syntax): Omit default arguments to char-after and char-before. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dd2ec356b08..5494a51588c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.