emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110441: * lisp/cus-start.el (message


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110441: * lisp/cus-start.el (message-log-max): Set :version.
Date: Mon, 08 Oct 2012 00:18:02 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110441
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-10-08 00:18:02 -0700
message:
  * 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.
modified:
  etc/NEWS
  lisp/ChangeLog
  lisp/cus-start.el
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2012-10-08 07:10:21 +0000
+++ b/etc/NEWS  2012-10-08 07:18:02 +0000
@@ -165,8 +165,6 @@
 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.

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-10-08 07:05:21 +0000
+++ b/lisp/ChangeLog    2012-10-08 07:18:02 +0000
@@ -1,5 +1,7 @@
 2012-10-08  Glenn Morris  <address@hidden>
 
+       * cus-start.el (message-log-max): Set :version.
+
        * calendar/calendar.el (calendar-intermonth-header): Doc fix.
 
 2012-10-08  Martin Rudalics  <address@hidden>

=== modified file 'lisp/cus-start.el'
--- a/lisp/cus-start.el 2012-09-25 04:13:02 +0000
+++ b/lisp/cus-start.el 2012-10-08 07:18:02 +0000
@@ -452,7 +452,8 @@
             (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")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]