diff options
| author | Martin Rudalics | 2011-10-17 15:27:53 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2011-10-17 15:27:53 +0200 |
| commit | 4e5c3d2bf143a9925a2f52e9ec8613977fd0bc8a (patch) | |
| tree | 9320c913943b9fe13b975fcc66ac54128f92e2bc | |
| parent | d912bdcf9bc55fbb8e827fc6ddc58e3ffa4cf1a9 (diff) | |
| download | emacs-4e5c3d2bf143a9925a2f52e9ec8613977fd0bc8a.tar.gz emacs-4e5c3d2bf143a9925a2f52e9ec8613977fd0bc8a.zip | |
Remove redundant :type entry from ido-default-buffer-method
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/ido.el | 6 |
2 files changed, 3 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 991444332a7..6c29a93950d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-10-17 Martin Rudalics <rudalics@gmx.at> | 1 | 2011-10-17 Martin Rudalics <rudalics@gmx.at> |
| 2 | 2 | ||
| 3 | * ido.el (ido-default-buffer-method): Remove redundant :type | ||
| 4 | entry. | ||
| 5 | |||
| 3 | * menu-bar.el (menu-bar-file-menu): Add entry for making new | 6 | * menu-bar.el (menu-bar-file-menu): Add entry for making new |
| 4 | window on right of selected. (Bug#9350) Reword other window | 7 | window on right of selected. (Bug#9350) Reword other window |
| 5 | entries and separate them from frame entries. | 8 | entries and separate them from frame entries. |
diff --git a/lisp/ido.el b/lisp/ido.el index 46ac5784d0e..0844c2c50c6 100644 --- a/lisp/ido.el +++ b/lisp/ido.el | |||
| @@ -461,12 +461,6 @@ See `ido-default-file-method' for details." | |||
| 461 | (const :tag "Show in other frame" other-frame) | 461 | (const :tag "Show in other frame" other-frame) |
| 462 | (const :tag "Ask to show in other frame" maybe-frame) | 462 | (const :tag "Ask to show in other frame" maybe-frame) |
| 463 | (const :tag "Raise frame if already shown" raise-frame)) | 463 | (const :tag "Raise frame if already shown" raise-frame)) |
| 464 | :type '(choice (const selected-window) | ||
| 465 | (const other-window) | ||
| 466 | (const display) | ||
| 467 | (const other-frame) | ||
| 468 | (const maybe-frame) | ||
| 469 | (const raise-frame)) | ||
| 470 | :group 'ido) | 464 | :group 'ido) |
| 471 | 465 | ||
| 472 | (defcustom ido-enable-flex-matching nil | 466 | (defcustom ido-enable-flex-matching nil |