From: Glenn Morris Date: Sat, 27 Nov 2010 03:25:35 +0000 (-0800) Subject: * lisp/allout.el (allout-command-prefix, allout-mode-map): Declare. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~45^2~92 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=08b5f072c256268153e1f0545c8b5eeabc8626e9;p=emacs.git * lisp/allout.el (allout-command-prefix, allout-mode-map): Declare. --- 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 + * 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 ;; Maintainer: Ken Manheimer @@ -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)