# HG changeset patch # User Glenn Morris # Date 1290828335 28800 # Node ID 97a0564526d22bc4e72d59e4d98310d694f9f454 # Parent ce132c9fdaf1f0e4a04fa716d8db8b89bc371302 * lisp/allout.el (allout-command-prefix, allout-mode-map): Declare. diff -r ce132c9fdaf1 -r 97a0564526d2 lisp/ChangeLog --- a/lisp/ChangeLog Fri Nov 26 19:22:00 2010 -0800 +++ b/lisp/ChangeLog Fri Nov 26 19:25:35 2010 -0800 @@ -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 -r ce132c9fdaf1 -r 97a0564526d2 lisp/allout.el --- a/lisp/allout.el Fri Nov 26 19:22:00 2010 -0800 +++ b/lisp/allout.el Fri Nov 26 19:25:35 2010 -0800 @@ -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)