1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Declarations in simple.el.

* lisp/simple.el (shell-dynamic-complete-functions)
(comint-dynamic-complete-functions): Declare.
This commit is contained in:
Glenn Morris 2011-05-04 23:50:24 -07:00
parent cf5bee67f9
commit 1f522ce806
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2011-05-05 Glenn Morris <rgm@gnu.org>
* simple.el (shell-dynamic-complete-functions)
(comint-dynamic-complete-functions): Declare.
* net/network-stream.el (gnutls-negotiate):
* simple.el (tabulated-list-print): Fix declarations.

View file

@ -2170,6 +2170,9 @@ to the end of the list of defaults just after the default value."
(defvar shell-delimiter-argument-list)
(defvar shell-file-name-chars)
(defvar shell-file-name-quote-list)
(defvar shell-dynamic-complete-functions)
;; shell requires comint.
(defvar comint-dynamic-complete-functions)
(defvar minibuffer-local-shell-command-map
(let ((map (make-sparse-keymap)))