From: Glenn Morris Date: Sun, 12 Oct 2008 22:45:27 +0000 (+0000) Subject: (shell-delimiter-argument-list, shell-file-name-chars) X-Git-Tag: emacs-pretest-23.0.90~2516 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2e7bd464d8495bf57a8b70819c665fec20d1312b;p=emacs.git (shell-delimiter-argument-list, shell-file-name-chars) (shell-file-name-quote-list): Declare. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bab7c350720..fdaf3ed9413 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-10-12 Glenn Morris + + * simple.el (shell-delimiter-argument-list, shell-file-name-chars) + (shell-file-name-quote-list): Declare. + 2008-10-12 Michael Albinus * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst. diff --git a/lisp/simple.el b/lisp/simple.el index 19efa5a94c2..5f2ef040272 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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)