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:
parent
1f522ce806
commit
b829690275
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user