From: Glenn Morris Date: Tue, 17 May 2011 02:38:04 +0000 (-0700) Subject: * lisp/shell.el (pcomplete-parse-arguments-function): Declare. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~246 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e249bbdb7b453e448d791cc6f2731bb413418ef;p=emacs.git * lisp/shell.el (pcomplete-parse-arguments-function): Declare. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 94ea5f98e9c..958018e4832 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-05-17 Glenn Morris + * shell.el (pcomplete-parse-arguments-function): Declare. + * calendar/appt.el (appt-message-warning-time, appt-display-mode-line) (appt-display-diary, appt-display-interval, appt-prev-comp-time) (appt-check): Doc fixes. diff --git a/lisp/shell.el b/lisp/shell.el index a05fefa9c11..cba50038bc0 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -380,6 +380,8 @@ to `dirtrack-mode'." :group 'shell :type '(choice (const nil) regexp)) +(defvar pcomplete-parse-arguments-function) + (defun shell-completion-vars () "Setup completion vars for `shell-mode' and `read-shell-command'." (set (make-local-variable 'comint-completion-fignore)