summaryrefslogtreecommitdiff
path: root/lisp/cus-start.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-10-08 00:18:02 -0700
committerGlenn Morris <rgm@gnu.org>2012-10-08 00:18:02 -0700
commit57f1dee445d407ac413378654d7289ab92fdf2d1 (patch)
treed98765edec2b9a10d2e36769761a6857ad1a390c /lisp/cus-start.el
parentd71a6517cbea35ce30f53810e51b8517a7df3605 (diff)
downloademacs-57f1dee445d407ac413378654d7289ab92fdf2d1.tar.gz
* lisp/cus-start.el (message-log-max): Set :version.
* etc/NEWS: No need to mention a simple customization option whose default has changed, since the :version tag does that.
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r--lisp/cus-start.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index 28c1d3e3026..579551c9a91 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -452,7 +452,8 @@ since it could result in memory overflow and make Emacs crash."
(message-log-max debug (choice (const :tag "Disable" nil)
(integer :menu-tag "lines"
:format "%v")
- (other :tag "Unlimited" t)))
+ (other :tag "Unlimited" t))
+ "24.3")
(unibyte-display-via-language-environment mule boolean)
(blink-cursor-alist cursor alist "22.1")
(overline-margin display integer "22.1")