Przeglądaj źródła

Remove obsolete commented-out defadvice

Ryan C. Thompson 7 lat temu
rodzic
commit
e7e5ed0e6b
1 zmienionych plików z 0 dodań i 7 usunięć
  1. 0 7
      ido-completing-read+.el

+ 0 - 7
ido-completing-read+.el

@@ -978,13 +978,6 @@ This has no effect unless `ido-cr+-dynamic-collection' is non-nil."
 (add-hook 'ido-minibuffer-setup-hook
           'ido-cr+-minibuffer-setup)
 
-;; (defadvice ido-complete (around dynamic activate)
-;;   (let ((ido-confirm-unique-completion
-;;          (if ido-cr+-dynamic-collection
-;;              t
-;;            ido-confirm-unique-completion)))
-;;     ad-do-it))
-
 ;; Also need to update dynamic collections on TAB, and do so *before*
 ;; deciding to exit based on `ido-confirm-unique-completion'
 (defun ido-complete@ido-cr+-update-dynamic-collection (oldfun &rest args)