aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-05-04 23:50:24 -0700
committerGlenn Morris2011-05-04 23:50:24 -0700
commit1f522ce806bef2551e7e28ed9454cb3e626f79f4 (patch)
tree6c9f8fdb6a042a1a1136065a9c2caef8a5290809
parentcf5bee67f95175049e30ffd9952dfff12394c18b (diff)
downloademacs-1f522ce806bef2551e7e28ed9454cb3e626f79f4.tar.gz
emacs-1f522ce806bef2551e7e28ed9454cb3e626f79f4.zip
Declarations in simple.el.
* lisp/simple.el (shell-dynamic-complete-functions) (comint-dynamic-complete-functions): Declare.
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/simple.el3
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7e13237ccf6..b4e146688e3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12011-05-05 Glenn Morris <rgm@gnu.org> 12011-05-05 Glenn Morris <rgm@gnu.org>
2 2
3 * simple.el (shell-dynamic-complete-functions)
4 (comint-dynamic-complete-functions): Declare.
5
3 * net/network-stream.el (gnutls-negotiate): 6 * net/network-stream.el (gnutls-negotiate):
4 * simple.el (tabulated-list-print): Fix declarations. 7 * simple.el (tabulated-list-print): Fix declarations.
5 8
diff --git a/lisp/simple.el b/lisp/simple.el
index dba0453ad07..81216feddde 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -2170,6 +2170,9 @@ to the end of the list of defaults just after the default value."
2170(defvar shell-delimiter-argument-list) 2170(defvar shell-delimiter-argument-list)
2171(defvar shell-file-name-chars) 2171(defvar shell-file-name-chars)
2172(defvar shell-file-name-quote-list) 2172(defvar shell-file-name-quote-list)
2173(defvar shell-dynamic-complete-functions)
2174;; shell requires comint.
2175(defvar comint-dynamic-complete-functions)
2173 2176
2174(defvar minibuffer-local-shell-command-map 2177(defvar minibuffer-local-shell-command-map
2175 (let ((map (make-sparse-keymap))) 2178 (let ((map (make-sparse-keymap)))