]> git.eshelyaron.com Git - emacs.git/commitdiff
* thingatpt.el (end-of-sexp, beginning-of-sexp)
authorChong Yidong <cyd@stupidchicken.com>
Sat, 25 Oct 2008 00:12:24 +0000 (00:12 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 25 Oct 2008 00:12:24 +0000 (00:12 +0000)
(forward-same-syntax): Omit default arguments to char-after and
char-before.

lisp/ChangeLog

index dd2ec356b089cd96867415c26341b7c8e464a671..5494a51588c0ace7035c77bf8cf1d270f59b56ad 100644 (file)
@@ -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.