emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104124: * allout-widgets.el (allout-


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104124: * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
Date: Wed, 04 May 2011 23:53:29 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104124
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2011-05-04 23:53:29 -0700
message:
  * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
modified:
  lisp/ChangeLog
  lisp/allout-widgets.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-05-05 06:50:24 +0000
+++ b/lisp/ChangeLog    2011-05-05 06:53:29 +0000
@@ -1,5 +1,7 @@
 2011-05-05  Glenn Morris  <address@hidden>
 
+       * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
+
        * simple.el (shell-dynamic-complete-functions)
        (comint-dynamic-complete-functions): Declare.
 

=== modified file 'lisp/allout-widgets.el'
--- a/lisp/allout-widgets.el    2011-03-29 18:26:01 +0000
+++ b/lisp/allout-widgets.el    2011-05-05 06:53:29 +0000
@@ -246,6 +246,7 @@
 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]