1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

Remove redundant :type entry from ido-default-buffer-method

This commit is contained in:
Martin Rudalics 2011-10-17 15:27:53 +02:00
parent d912bdcf9b
commit 4e5c3d2bf1
2 changed files with 3 additions and 6 deletions

View File

@ -1,5 +1,8 @@
2011-10-17 Martin Rudalics <rudalics@gmx.at>
* ido.el (ido-default-buffer-method): Remove redundant :type
entry.
* menu-bar.el (menu-bar-file-menu): Add entry for making new
window on right of selected. (Bug#9350) Reword other window
entries and separate them from frame entries.

View File

@ -461,12 +461,6 @@ See `ido-default-file-method' for details."
(const :tag "Show in other frame" other-frame)
(const :tag "Ask to show in other frame" maybe-frame)
(const :tag "Raise frame if already shown" raise-frame))
:type '(choice (const selected-window)
(const other-window)
(const display)
(const other-frame)
(const maybe-frame)
(const raise-frame))
:group 'ido)
(defcustom ido-enable-flex-matching nil