aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2006-07-07 14:40:35 +0000
committerStefan Monnier2006-07-07 14:40:35 +0000
commite2536e57f9dbb227eb198a678fe0052cded82952 (patch)
treecf14e5b68dae0ffc7a71e345e6a1b57fcd88e30a /lisp/ChangeLog
parent898cfc1d8a8ac22ccc7727d61b6cbb1cfb8c89b6 (diff)
downloademacs-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/ChangeLog12
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 @@
12006-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
12006-07-07 Carsten Dominik <dominik@science.uva.nl> 132006-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