diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/cus-start.el | 19 |
2 files changed, 15 insertions, 12 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e0cc3f3b595..1510c6a8fba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * cus-start.el (all): Remove inhibit-local-menu-bar-menus. | ||
| 4 | |||
| 1 | 2013-02-11 Glenn Morris <rgm@gnu.org> | 5 | 2013-02-11 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * vc/diff.el (diff-use-labels): New variable. | 7 | * vc/diff.el (diff-use-labels): New variable. |
| @@ -14,8 +18,8 @@ | |||
| 14 | 18 | ||
| 15 | 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com> | 19 | 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com> |
| 16 | 20 | ||
| 17 | * minibuf-eldef.el (minibuffer-default--in-prompt-regexps): Handle | 21 | * minibuf-eldef.el (minibuffer-default--in-prompt-regexps): |
| 18 | "foo (bar, default: xxx): " prompts. | 22 | Handle "foo (bar, default: xxx): " prompts. |
| 19 | 23 | ||
| 20 | 2013-02-10 Chong Yidong <cyd@gnu.org> | 24 | 2013-02-10 Chong Yidong <cyd@gnu.org> |
| 21 | 25 | ||
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 2bc47426332..2e442b6c944 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -286,7 +286,6 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of | |||
| 286 | (double-click-time mouse (restricted-sexp | 286 | (double-click-time mouse (restricted-sexp |
| 287 | :match-alternatives (integerp 'nil 't))) | 287 | :match-alternatives (integerp 'nil 't))) |
| 288 | (double-click-fuzz mouse integer "22.1") | 288 | (double-click-fuzz mouse integer "22.1") |
| 289 | (inhibit-local-menu-bar-menus menu boolean) | ||
| 290 | (help-char keyboard character) | 289 | (help-char keyboard character) |
| 291 | (help-event-list keyboard (repeat (sexp :format "%v"))) | 290 | (help-event-list keyboard (repeat (sexp :format "%v"))) |
| 292 | (menu-prompting menu boolean) | 291 | (menu-prompting menu boolean) |
| @@ -301,15 +300,15 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of | |||
| 301 | (const :tag "When sent SIGUSR2" sigusr2)) | 300 | (const :tag "When sent SIGUSR2" sigusr2)) |
| 302 | "24.1") | 301 | "24.1") |
| 303 | 302 | ||
| 304 | ;; This is not good news because it will use the wrong | 303 | ;; This is not good news because it will use the wrong |
| 305 | ;; version-specific directories when you upgrade. We need | 304 | ;; version-specific directories when you upgrade. We need |
| 306 | ;; customization of the front of the list, maintaining the standard | 305 | ;; customization of the front of the list, maintaining the |
| 307 | ;; value intact at the back. | 306 | ;; standard value intact at the back. |
| 308 | ;;; (load-path environment | 307 | ;;(load-path environment |
| 309 | ;;; (repeat (choice :tag "[Current dir?]" | 308 | ;; (repeat (choice :tag "[Current dir?]" |
| 310 | ;;; :format "%[Current dir?%] %v" | 309 | ;; :format "%[Current dir?%] %v" |
| 311 | ;;; (const :tag " current dir" nil) | 310 | ;; (const :tag " current dir" nil) |
| 312 | ;;; (directory :format "%v")))) | 311 | ;; (directory :format "%v")))) |
| 313 | ;; minibuf.c | 312 | ;; minibuf.c |
| 314 | (enable-recursive-minibuffers minibuffer boolean) | 313 | (enable-recursive-minibuffers minibuffer boolean) |
| 315 | (history-length minibuffer | 314 | (history-length minibuffer |