Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b8296902
Commit
b8296902
authored
May 04, 2011
by
Glenn Morris
Browse files
* allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
parent
1f522ce8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/allout-widgets.el
lisp/allout-widgets.el
+1
-0
No files found.
lisp/ChangeLog
View file @
b8296902
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.
...
...
lisp/allout-widgets.el
View file @
b8296902
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment