1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

* allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.

This commit is contained in:
Glenn Morris 2011-05-04 23:53:29 -07:00
parent 1f522ce806
commit b829690275
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2011-05-05 Glenn Morris <rgm@gnu.org>
* allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
* simple.el (shell-dynamic-complete-functions)
(comint-dynamic-complete-functions): Declare.

View File

@ -246,6 +246,7 @@ Table is maintained iff `allout-widgets-maintain-tally' is non-nil.
The table contents will be out of sync if any widgets are created
or deleted while this variable is nil.")
(make-variable-buffer-local 'allout-widgets-tally)
(defvar allout-widgets-mode-inhibit) ; defined below
;;;_ > allout-widgets-tally-string
(defun allout-widgets-tally-string ()
"Return a string giving the number of tracked widgets, or empty string if not tracking.