diff options
| author | Stefan Monnier | 2006-07-07 14:40:35 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-07-07 14:40:35 +0000 |
| commit | e2536e57f9dbb227eb198a678fe0052cded82952 (patch) | |
| tree | cf14e5b68dae0ffc7a71e345e6a1b57fcd88e30a /lisp/ChangeLog | |
| parent | 898cfc1d8a8ac22ccc7727d61b6cbb1cfb8c89b6 (diff) | |
| download | emacs-e2536e57f9dbb227eb198a678fe0052cded82952.tar.gz emacs-e2536e57f9dbb227eb198a678fe0052cded82952.zip | |
Remove spurious * in docstrings.
(inferior-octave-mode): Only change the buffer-local value of
comint-dynamic-complete-functions.
(inferior-octave-mode-map, inferior-octave-mode-syntax-table):
Move the initialization to the declaration.
(inferior-octave-complete): Remove unused var `filter'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a8532e7143c..47871e2daaa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/octave-inf.el: Remove spurious * in docstrings. | ||
| 4 | (inferior-octave-mode): Only change the buffer-local value of | ||
| 5 | comint-dynamic-complete-functions. | ||
| 6 | (inferior-octave-mode-map, inferior-octave-mode-syntax-table): | ||
| 7 | Move the initialization to the declaration. | ||
| 8 | (inferior-octave-complete): Remove unused var `filter'. | ||
| 9 | |||
| 10 | * shell.el (shell-mode): Only change the buffer-local value of | ||
| 11 | comint-dynamic-complete-functions. | ||
| 12 | |||
| 1 | 2006-07-07 Carsten Dominik <dominik@science.uva.nl> | 13 | 2006-07-07 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 14 | ||
| 3 | * textmodes/org.el (org-agenda-get-todos): Skip subtree also if | 15 | * textmodes/org.el (org-agenda-get-todos): Skip subtree also if |