From 8e249bbdb7b453e448d791cc6f2731bb413418ef Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 16 May 2011 19:38:04 -0700 Subject: [PATCH] * lisp/shell.el (pcomplete-parse-arguments-function): Declare. --- lisp/ChangeLog | 2 ++ lisp/shell.el | 2 ++ 2 files changed, 4 insertions(+) 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) -- 2.39.2