emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106098: Remove redundant :type entry


From: martin rudalics
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106098: Remove redundant :type entry from ido-default-buffer-method
Date: Mon, 17 Oct 2011 15:27:53 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106098
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Mon 2011-10-17 15:27:53 +0200
message:
  Remove redundant :type entry from ido-default-buffer-method
modified:
  lisp/ChangeLog
  lisp/ido.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-10-17 13:11:46 +0000
+++ b/lisp/ChangeLog    2011-10-17 13:27:53 +0000
@@ -1,5 +1,8 @@
 2011-10-17  Martin Rudalics  <address@hidden>
 
+       * 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.

=== modified file 'lisp/ido.el'
--- a/lisp/ido.el       2011-09-27 09:28:03 +0000
+++ b/lisp/ido.el       2011-10-17 13:27:53 +0000
@@ -461,12 +461,6 @@
                   (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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]