]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove redundant :type entry from ido-default-buffer-method
authorMartin Rudalics <rudalics@gmx.at>
Mon, 17 Oct 2011 13:27:53 +0000 (15:27 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Mon, 17 Oct 2011 13:27:53 +0000 (15:27 +0200)
lisp/ChangeLog
lisp/ido.el

index 991444332a7cc8067659c571604f30bd2d8be827..6c29a93950d2d7330c7b364ba16b1d069af4b198 100644 (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.
index 46ac5784d0ee0f2ed9867bcce455dd560a13598d..0844c2c50c6b9e31a9b6723a612a9fa8dc874264 100644 (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