aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-10-25 00:12:24 +0000
committerChong Yidong2008-10-25 00:12:24 +0000
commita6e62f2e847a4244f332632a6a4c2252e3955f53 (patch)
tree4156cb0e0390f5b1690ec42601f6afcc6603f381
parent945a0a0ccc067a4dcaa1fbab074f94605fac9a3a (diff)
downloademacs-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/ChangeLog6
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 @@
12008-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
12008-10-24 Juanma Barranquero <lekktu@gmail.com> 72008-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.