summaryrefslogtreecommitdiff
path: root/lisp/ido.el
diff options
context:
space:
mode:
authorMartin Rudalics <rudalics@gmx.at>2011-10-17 15:27:53 +0200
committerMartin Rudalics <rudalics@gmx.at>2011-10-17 15:27:53 +0200
commit4e5c3d2bf143a9925a2f52e9ec8613977fd0bc8a (patch)
tree9320c913943b9fe13b975fcc66ac54128f92e2bc /lisp/ido.el
parentd912bdcf9bc55fbb8e827fc6ddc58e3ffa4cf1a9 (diff)
downloademacs-4e5c3d2bf143a9925a2f52e9ec8613977fd0bc8a.tar.gz
Remove redundant :type entry from ido-default-buffer-method
Diffstat (limited to 'lisp/ido.el')
-rw-r--r--lisp/ido.el6
1 files changed, 0 insertions, 6 deletions
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