emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104123: Declarations in simple.el.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104123: Declarations in simple.el.
Date: Wed, 04 May 2011 23:50:24 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104123
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2011-05-04 23:50:24 -0700
message:
  Declarations in simple.el.
  
  * lisp/simple.el (shell-dynamic-complete-functions)
  (comint-dynamic-complete-functions): Declare.
modified:
  lisp/ChangeLog
  lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-05-05 06:35:41 +0000
+++ b/lisp/ChangeLog    2011-05-05 06:50:24 +0000
@@ -1,5 +1,8 @@
 2011-05-05  Glenn Morris  <address@hidden>
 
+       * simple.el (shell-dynamic-complete-functions)
+       (comint-dynamic-complete-functions): Declare.
+
        * net/network-stream.el (gnutls-negotiate):
        * simple.el (tabulated-list-print): Fix declarations.
 

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2011-05-05 06:35:41 +0000
+++ b/lisp/simple.el    2011-05-05 06:50:24 +0000
@@ -2170,6 +2170,9 @@
 (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)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]