From 4e5c3d2bf143a9925a2f52e9ec8613977fd0bc8a Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Mon, 17 Oct 2011 15:27:53 +0200 Subject: [PATCH] Remove redundant :type entry from ido-default-buffer-method --- lisp/ChangeLog | 3 +++ 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 @@ 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 -- 2.39.2