aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2006-08-25 23:40:38 +0000
committerStefan Monnier2006-08-25 23:40:38 +0000
commit76667462a2ff4e447891dda32122e108e2a39ac2 (patch)
treea61747db2ca2c590fc9f1abcf95365724bdd43ea /lisp/ChangeLog
parent8929fd8784f3029494d04fef6896247385c9d6c0 (diff)
downloademacs-76667462a2ff4e447891dda32122e108e2a39ac2.tar.gz
emacs-76667462a2ff4e447891dda32122e108e2a39ac2.zip
Remove * in defcustoms.
(defgroup checkdoc): Move to beginning.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index eacc773d434..42b27ff66bf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12006-08-25 Stefan Monnier <monnier@iro.umontreal.ca> 12006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
4 (defgroup checkdoc): Move to beginning.
5
3 * progmodes/python.el (python-preoutput-skip-next-prompt): New var. 6 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
4 (python-preoutput-continuation): Remove. 7 (python-preoutput-continuation): Remove.
5 (python-preoutput-filter): Simplify correspondingly. 8 (python-preoutput-filter): Simplify correspondingly.