]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/cus-start.el (message-log-max): Set :version.
authorGlenn Morris <rgm@gnu.org>
Mon, 8 Oct 2012 07:18:02 +0000 (00:18 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 8 Oct 2012 07:18:02 +0000 (00:18 -0700)
* etc/NEWS: No need to mention a simple customization option whose
  default has changed, since the :version tag does that.

etc/NEWS
lisp/ChangeLog
lisp/cus-start.el

index be0f50d9e464ef52098a2e2ad7c96f8c40f36027..055caeed10dec914dfe4f07e7657d43dc69e47eb 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -165,8 +165,6 @@ On encountering a fatal error, Emacs now outputs a textual description
 of the fatal signal, and a short backtrace on platforms like glibc
 that support backtraces.
 
-** `message-log-max' now defaults to 1000, not 100.
-
 ---
 ** If your Emacs was built from a bzr checkout, the new variable
 `emacs-bzr-version' contains information about the bzr revision used.
index 471d1e506f197000e98a75697312080fc97214d6..036205885ff3d8a3fe9705124fbb1b25856a7f69 100644 (file)
@@ -1,5 +1,7 @@
 2012-10-08  Glenn Morris  <rgm@gnu.org>
 
+       * cus-start.el (message-log-max): Set :version.
+
        * calendar/calendar.el (calendar-intermonth-header): Doc fix.
 
 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
index 28c1d3e302601e3134a79462959e75a8b9083f69..579551c9a914ad2b8a171fc34b3c9e01995e8288 100644 (file)
@@ -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")