aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-08-09 21:37:31 +0800
committerChong Yidong2012-08-09 21:37:31 +0800
commitdee4ef9388bd6cf5530e71736e0298b42382f32e (patch)
treea920349d0206603e8229665d8e0704de96f84c42 /lisp/ChangeLog
parentee77919d83f02b582e1c44723360d1a5fae5ca38 (diff)
downloademacs-dee4ef9388bd6cf5530e71736e0298b42382f32e.tar.gz
emacs-dee4ef9388bd6cf5530e71736e0298b42382f32e.zip
Convert several man.el defvars to defcustoms.
* man.el (Man-switches, Man-sed-command, Man-awk-command) (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args) (Man-untabify-command, manual-program): Convert to defcustom. Fixes: debbugs:10429
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2ff28eeb969..23cd53f1246 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12012-08-09 Chong Yidong <cyd@gnu.org> 12012-08-09 Chong Yidong <cyd@gnu.org>
2 2
3 * man.el (Man-switches, Man-sed-command, Man-awk-command)
4 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
5 (Man-untabify-command, manual-program): Convert to defcustom
6 (Bug#10429).
7
3 * vc/add-log.el (change-log-mode): Bind comment-start to nil. 8 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
4 9
5 * descr-text.el (describe-char): Don't insert extra newlines 10 * descr-text.el (describe-char): Don't insert extra newlines