From 08b5f072c256268153e1f0545c8b5eeabc8626e9 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 26 Nov 2010 19:25:35 -0800 Subject: [PATCH] * lisp/allout.el (allout-command-prefix, allout-mode-map): Declare. --- lisp/ChangeLog | 2 ++ lisp/allout.el | 7 +++++-- 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 + * 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) -- 2.39.2