From: Glenn Morris Date: Thu, 5 May 2011 06:53:29 +0000 (-0700) Subject: * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~102 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b829690275384748c0d07ac8e0f88c0c50e47363;p=emacs.git * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b4e146688e3..0ec1773b699 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-05-05 Glenn Morris + * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use. + * simple.el (shell-dynamic-complete-functions) (comint-dynamic-complete-functions): Declare. 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.