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:
parent
cf5bee67f9
commit
1f522ce806
2 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue