]> git.eshelyaron.com Git - emacs.git/commitdiff
* allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
authorGlenn Morris <rgm@gnu.org>
Thu, 5 May 2011 06:53:29 +0000 (23:53 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 5 May 2011 06:53:29 +0000 (23:53 -0700)
lisp/ChangeLog
lisp/allout-widgets.el

index b4e146688e3dcb50185931353de830b340e2241d..0ec1773b6998d401f6aea7d14c90944ca78fa761 100644 (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.
 
index ae4265bda1f21eee2dbfcc465217002786d44e67..a83e5a2a85c5b8cf3412dbdc4fec47751dc66958 100644 (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.