diff options
Diffstat (limited to 'lisp/allout-widgets.el')
-rw-r--r-- | lisp/allout-widgets.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/allout-widgets.el b/lisp/allout-widgets.el index ae4265bda1f..a83e5a2a85c 100644 --- a/lisp/allout-widgets.el +++ b/lisp/allout-widgets.el @@ -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. |