summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-11-26 19:25:35 -0800
committerGlenn Morris <rgm@gnu.org>2010-11-26 19:25:35 -0800
commit08b5f072c256268153e1f0545c8b5eeabc8626e9 (patch)
tree876132dc7f674f4774b107f80ffede219f884bf8 /lisp
parente96d41478ba4d8d11709807d26965dbe181c3759 (diff)
downloademacs-08b5f072c256268153e1f0545c8b5eeabc8626e9.tar.gz
* lisp/allout.el (allout-command-prefix, allout-mode-map): Declare.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/allout.el7
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 03e8b609d98..4ea48d3591f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2010-11-27 Glenn Morris <rgm@gnu.org>
+ * allout.el (allout-command-prefix, allout-mode-map): Declare.
+
* shell.el (shell-dir-cookie-re): Move definition before use.
* mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
diff --git a/lisp/allout.el b/lisp/allout.el
index e19b6a16ead..b497c82f0b3 100644
--- a/lisp/allout.el
+++ b/lisp/allout.el
@@ -1,7 +1,7 @@
;;; allout.el --- extensive outline mode for use alone and with other modes
-;; Copyright (C) 1992, 1993, 1994, 2001, 2002, 2003, 2004, 2005,
-;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006,
+;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Ken Manheimer <ken dot manheimer at gmail dot com>
;; Maintainer: Ken Manheimer <ken dot manheimer at gmail dot com>
@@ -109,6 +109,9 @@
;;;_ + Layout, Mode, and Topic Header Configuration
+(defvar allout-command-prefix) ; defined below
+(defvar allout-mode-map)
+
;;;_ > allout-keybindings incidentals:
;;;_ > allout-bind-keys &optional varname value
(defun allout-bind-keys (&optional varname value)