]> code.delx.au - gnu-emacs/blobdiff - lisp/allout.el
* lisp/allout.el (allout-command-prefix, allout-mode-map): Declare.
[gnu-emacs] / lisp / allout.el
index e19b6a16eadf8544bd32ff532100cf734af45343..b497c82f0b31c9b01c947569502427635b615658 100644 (file)
@@ -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>
 
 ;;;_ + 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)