* lisp/shell.el (pcomplete-parse-arguments-function): Declare.
authorGlenn Morris <rgm@gnu.org>
Tue, 17 May 2011 02:38:04 +0000 (19:38 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 17 May 2011 02:38:04 +0000 (19:38 -0700)
lisp/ChangeLog
lisp/shell.el

index 94ea5f9..958018e 100644 (file)
@@ -1,5 +1,7 @@
 2011-05-17  Glenn Morris  <rgm@gnu.org>
 
+       * 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.
index a05fefa..cba5003 100644 (file)
@@ -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)