Mercurial > hg > xemacs-beta
diff lisp/winnt.el @ 355:182f72e8cd0d r21-1-7
Import from CVS: tag r21-1-7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:56:21 +0200 |
parents | e11d67e05968 |
children | 972bbb6d6ca2 |
line wrap: on
line diff
--- a/lisp/winnt.el Mon Aug 13 10:55:35 2007 +0200 +++ b/lisp/winnt.el Mon Aug 13 10:56:21 2007 +0200 @@ -39,12 +39,6 @@ ;; #### Oh if we had an alist of shells and their command switches. (setq shell-command-switch "/c") -;; For appending suffixes to directories and files in shell completions. -(defun nt-shell-mode-hook () - (setq comint-completion-addsuffix '("\\" . " ") - comint-process-echoes t)) -(add-hook 'shell-mode-hook 'nt-shell-mode-hook) - ;; Use ";" instead of ":" as a path separator (from files.el). (setq path-separator ";")