(shell-file-name-quote-list): Declare.
+2008-10-12 Glenn Morris <rgm@gnu.org>
+
+ * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
+ (shell-file-name-quote-list): Declare.
+
2008-10-12 Michael Albinus <michael.albinus@gmx.de>
* net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
(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)