diff options
| author | Glenn Morris | 2011-05-16 19:38:04 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-05-16 19:38:04 -0700 |
| commit | 8e249bbdb7b453e448d791cc6f2731bb413418ef (patch) | |
| tree | 8e3c852b4ae639f2642e8b441a8134992712f7da | |
| parent | 3952e9d86c1aff86ca715d5a467053a8254933b0 (diff) | |
| download | emacs-8e249bbdb7b453e448d791cc6f2731bb413418ef.tar.gz emacs-8e249bbdb7b453e448d791cc6f2731bb413418ef.zip | |
* lisp/shell.el (pcomplete-parse-arguments-function): Declare.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/shell.el | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 94ea5f98e9c..958018e4832 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-05-17 Glenn Morris <rgm@gnu.org> | 1 | 2011-05-17 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * shell.el (pcomplete-parse-arguments-function): Declare. | ||
| 4 | |||
| 3 | * calendar/appt.el (appt-message-warning-time, appt-display-mode-line) | 5 | * calendar/appt.el (appt-message-warning-time, appt-display-mode-line) |
| 4 | (appt-display-diary, appt-display-interval, appt-prev-comp-time) | 6 | (appt-display-diary, appt-display-interval, appt-prev-comp-time) |
| 5 | (appt-check): Doc fixes. | 7 | (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'." | |||
| 380 | :group 'shell | 380 | :group 'shell |
| 381 | :type '(choice (const nil) regexp)) | 381 | :type '(choice (const nil) regexp)) |
| 382 | 382 | ||
| 383 | (defvar pcomplete-parse-arguments-function) | ||
| 384 | |||
| 383 | (defun shell-completion-vars () | 385 | (defun shell-completion-vars () |
| 384 | "Setup completion vars for `shell-mode' and `read-shell-command'." | 386 | "Setup completion vars for `shell-mode' and `read-shell-command'." |
| 385 | (set (make-local-variable 'comint-completion-fignore) | 387 | (set (make-local-variable 'comint-completion-fignore) |