mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
* lisp/allout.el (allout-command-prefix, allout-mode-map): Declare.
This commit is contained in:
parent
e96d41478b
commit
08b5f072c2
@ -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):
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user