From 2e7bd464d8495bf57a8b70819c665fec20d1312b Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 12 Oct 2008 22:45:27 +0000 Subject: [PATCH] (shell-delimiter-argument-list, shell-file-name-chars) (shell-file-name-quote-list): Declare. --- lisp/ChangeLog | 5 +++++ lisp/simple.el | 4 ++++ 2 files changed, 9 insertions(+) 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) -- 2.11.4.GIT