diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 73f01a0daa6..614644b4940 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument | ||
| 4 | to beginning-of-defun-raw. | ||
| 5 | |||
| 3 | * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after | 6 | * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after |
| 4 | calling end-of-defun-function if it already moved to BOL. | 7 | calling end-of-defun-function if it already moved to BOL. |
| 5 | 8 | ||