diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9fdb5fdc6f8..ac5a5c34e44 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,9 +1,11 @@ | |||
| 1 | 2013-05-13 Leo Liu <sdl.web@gmail.com> | 1 | 2013-05-13 Leo Liu <sdl.web@gmail.com> |
| 2 | 2 | ||
| 3 | * progmodes/octave.el (octave-indent-comment): Fix the indentation | 3 | * progmodes/octave.el (octave-indent-comment): Fix indentation for |
| 4 | of ### or %%%. | 4 | ###, and %!. |
| 5 | (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of | 5 | (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of |
| 6 | C-M-q. | 6 | C-M-q. |
| 7 | (octave-comment-start-skip): Include %!. | ||
| 8 | (octave-mode): Set comment-start-skip to octave-comment-start-skip. | ||
| 7 | 9 | ||
| 8 | 2013-05-12 Leo Liu <sdl.web@gmail.com> | 10 | 2013-05-12 Leo Liu <sdl.web@gmail.com> |
| 9 | 11 | ||