From: Martin Rudalics Date: Mon, 17 Oct 2011 13:27:53 +0000 (+0200) Subject: Remove redundant :type entry from ido-default-buffer-method X-Git-Tag: emacs-pretest-24.0.91~108 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e5c3d2bf143a9925a2f52e9ec8613977fd0bc8a;p=emacs.git Remove redundant :type entry from ido-default-buffer-method --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 991444332a7..6c29a93950d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2011-10-17 Martin Rudalics + * 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. 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." (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