comparison lisp/ido.el @ 64409:2b7f6da0c696

(dired-other-window): Put ido property on dired-other-window.
author Kim F. Storm <storm@cua.dk>
date Sun, 17 Jul 2005 00:32:57 +0000
parents 6e19d6e25256
children 41bb365f41c4 187d6a1f84f7
comparison
equal deleted inserted replaced
64408:588da9001345 64409:2b7f6da0c696
4209 4209
4210 ;;; Helper functions for other programs 4210 ;;; Helper functions for other programs
4211 4211
4212 (put 'dired-do-rename 'ido 'ignore) 4212 (put 'dired-do-rename 'ido 'ignore)
4213 (put 'ibuffer-find-file 'ido 'find-file) 4213 (put 'ibuffer-find-file 'ido 'find-file)
4214 (put 'dired-other-window 'ido 'dir)
4214 4215
4215 ;;;###autoload 4216 ;;;###autoload
4216 (defun ido-read-buffer (prompt &optional default require-match) 4217 (defun ido-read-buffer (prompt &optional default require-match)
4217 "Ido replacement for the built-in `read-buffer'. 4218 "Ido replacement for the built-in `read-buffer'.
4218 Return the name of a buffer selected. 4219 Return the name of a buffer selected.