]> git.eshelyaron.com Git - emacs.git/commitdiff
Declarations in simple.el.
authorGlenn Morris <rgm@gnu.org>
Thu, 5 May 2011 06:50:24 +0000 (23:50 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 5 May 2011 06:50:24 +0000 (23:50 -0700)
* lisp/simple.el (shell-dynamic-complete-functions)
(comint-dynamic-complete-functions): Declare.

lisp/ChangeLog
lisp/simple.el

index 7e13237ccf69e625df8eb8310832c2ddd90475d0..b4e146688e3dcb50185931353de830b340e2241d 100644 (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.
 
index dba0453ad07b11c83c448a1ca86577ce3153e11a..81216feddde1074943b34603a852822c02e394b5 100644 (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)))