emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102539: * lisp/allout.el (allout-com


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102539: * lisp/allout.el (allout-command-prefix, allout-mode-map): Declare.
Date: Fri, 26 Nov 2010 19:25:35 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102539
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2010-11-26 19:25:35 -0800
message:
  * lisp/allout.el (allout-command-prefix, allout-mode-map): Declare.
modified:
  lisp/ChangeLog
  lisp/allout.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-11-27 03:22:00 +0000
+++ b/lisp/ChangeLog    2010-11-27 03:25:35 +0000
@@ -1,5 +1,7 @@
 2010-11-27  Glenn Morris  <address@hidden>
 
+       * 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):

=== modified file 'lisp/allout.el'
--- a/lisp/allout.el    2010-11-15 17:41:33 +0000
+++ b/lisp/allout.el    2010-11-27 03:25:35 +0000
@@ -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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]