]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 bab7c350720ddf4226742938e3a68c710bdbf4c2..fdaf3ed9413c6827d12c754a7b8ed502cf0fa03f 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 19efa5a94c2b5e45e1d622f1bde3b4a492bd411d..5f2ef040272bf4fd113371dd5c77161f7f4e82f1 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)