changeset 98670:d87ee665546a

(shell-delimiter-argument-list, shell-file-name-chars) (shell-file-name-quote-list): Declare.
author Glenn Morris <rgm@gnu.org>
date Sun, 12 Oct 2008 22:45:09 +0000
parents 4b5ccee300fc
children 367c794e9ac3
files lisp/simple.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Sun Oct 12 20:07:49 2008 +0000
+++ b/lisp/simple.el	Sun Oct 12 22:45:09 2008 +0000
@@ -1994,6 +1994,10 @@
 	(append minibuffer-default commands)
       (cons minibuffer-default commands))))
 
+(defvar shell-delimiter-argument-list)
+(defvar shell-file-name-chars)
+(defvar shell-file-name-quote-list)
+
 (defun minibuffer-complete-shell-command ()
   "Dynamically complete shell command at point."
   (interactive)