diff options
| author | Glenn Morris | 2012-10-08 00:18:02 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-10-08 00:18:02 -0700 |
| commit | 57f1dee445d407ac413378654d7289ab92fdf2d1 (patch) | |
| tree | d98765edec2b9a10d2e36769761a6857ad1a390c | |
| parent | d71a6517cbea35ce30f53810e51b8517a7df3605 (diff) | |
| download | emacs-57f1dee445d407ac413378654d7289ab92fdf2d1.tar.gz emacs-57f1dee445d407ac413378654d7289ab92fdf2d1.zip | |
* 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.
| -rw-r--r-- | etc/NEWS | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/cus-start.el | 3 |
3 files changed, 4 insertions, 3 deletions
| @@ -165,8 +165,6 @@ On encountering a fatal error, Emacs now outputs a textual description | |||
| 165 | of the fatal signal, and a short backtrace on platforms like glibc | 165 | of the fatal signal, and a short backtrace on platforms like glibc |
| 166 | that support backtraces. | 166 | that support backtraces. |
| 167 | 167 | ||
| 168 | ** `message-log-max' now defaults to 1000, not 100. | ||
| 169 | |||
| 170 | --- | 168 | --- |
| 171 | ** If your Emacs was built from a bzr checkout, the new variable | 169 | ** If your Emacs was built from a bzr checkout, the new variable |
| 172 | `emacs-bzr-version' contains information about the bzr revision used. | 170 | `emacs-bzr-version' contains information about the bzr revision used. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 471d1e506f1..036205885ff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-10-08 Glenn Morris <rgm@gnu.org> | 1 | 2012-10-08 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * cus-start.el (message-log-max): Set :version. | ||
| 4 | |||
| 3 | * calendar/calendar.el (calendar-intermonth-header): Doc fix. | 5 | * calendar/calendar.el (calendar-intermonth-header): Doc fix. |
| 4 | 6 | ||
| 5 | 2012-10-08 Martin Rudalics <rudalics@gmx.at> | 7 | 2012-10-08 Martin Rudalics <rudalics@gmx.at> |
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." | |||
| 452 | (message-log-max debug (choice (const :tag "Disable" nil) | 452 | (message-log-max debug (choice (const :tag "Disable" nil) |
| 453 | (integer :menu-tag "lines" | 453 | (integer :menu-tag "lines" |
| 454 | :format "%v") | 454 | :format "%v") |
| 455 | (other :tag "Unlimited" t))) | 455 | (other :tag "Unlimited" t)) |
| 456 | "24.3") | ||
| 456 | (unibyte-display-via-language-environment mule boolean) | 457 | (unibyte-display-via-language-environment mule boolean) |
| 457 | (blink-cursor-alist cursor alist "22.1") | 458 | (blink-cursor-alist cursor alist "22.1") |
| 458 | (overline-margin display integer "22.1") | 459 | (overline-margin display integer "22.1") |