changeset 99113:e4220bce0895

* thingatpt.el (end-of-sexp, beginning-of-sexp) (forward-same-syntax): Omit default arguments to char-after and char-before.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 25 Oct 2008 00:12:24 +0000
parents 9c18e435ac9b
children e71b3b67d831
files lisp/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <aaronh@garden.org>  (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  <lekktu@gmail.com>
 
 	* subr.el (locate-user-emacs-file): New function.