(shell-delimiter-argument-list, shell-file-name-chars)
authorGlenn Morris <rgm@gnu.org>
Sun, 12 Oct 2008 22:45:27 +0000 (22:45 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 12 Oct 2008 22:45:27 +0000 (22:45 +0000)
(shell-file-name-quote-list): Declare.

lisp/ChangeLog
lisp/simple.el

index bab7c35..fdaf3ed 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 19efa5a..5f2ef04 100644 (file)
@@ -1994,6 +1994,10 @@ to the end of the list of defaults just after the default value."
        (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)