diff options
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/cus-start.el | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5998b697a85..d07e5984d29 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2007-12-19 Martin Rudalics <rudalics@gmx.at> | 1 | 2007-12-19 Martin Rudalics <rudalics@gmx.at> |
| 2 | 2 | ||
| 3 | * cus-start.el (all): Use correct group name for members of | ||
| 4 | mode-line group. | ||
| 5 | |||
| 3 | * man.el (Man-default-man-entry): When looking for default man | 6 | * man.el (Man-default-man-entry): When looking for default man |
| 4 | entry title search text preceding point. Use when instead of if. | 7 | entry title search text preceding point. Use when instead of if. |
| 5 | 8 | ||
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index fd5a62f0c1b..fda7b356774 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -39,7 +39,7 @@ | |||
| 39 | (gc-cons-threshold alloc integer) | 39 | (gc-cons-threshold alloc integer) |
| 40 | (garbage-collection-messages alloc boolean) | 40 | (garbage-collection-messages alloc boolean) |
| 41 | ;; buffer.c | 41 | ;; buffer.c |
| 42 | (mode-line-format modeline sexp) ;Hard to do right. | 42 | (mode-line-format mode-line sexp) ;Hard to do right. |
| 43 | (default-major-mode internal function) | 43 | (default-major-mode internal function) |
| 44 | (enable-multibyte-characters mule boolean) | 44 | (enable-multibyte-characters mule boolean) |
| 45 | (case-fold-search matching boolean) | 45 | (case-fold-search matching boolean) |
| @@ -364,8 +364,8 @@ since it could result in memory overflow and make Emacs crash." | |||
| 364 | (hscroll-margin windows integer "22.1") | 364 | (hscroll-margin windows integer "22.1") |
| 365 | (hscroll-step windows number "22.1") | 365 | (hscroll-step windows number "22.1") |
| 366 | (truncate-partial-width-windows display boolean) | 366 | (truncate-partial-width-windows display boolean) |
| 367 | (mode-line-inverse-video modeline boolean) | 367 | (mode-line-inverse-video mode-line boolean) |
| 368 | (mode-line-in-non-selected-windows modeline boolean "22.1") | 368 | (mode-line-in-non-selected-windows mode-line boolean "22.1") |
| 369 | (line-number-display-limit display | 369 | (line-number-display-limit display |
| 370 | (choice integer | 370 | (choice integer |
| 371 | (const :tag "No limit" nil))) | 371 | (const :tag "No limit" nil))) |