changeset 95842:fbeceb242efd

(tool-bar-map): Define for compiler.
author Glenn Morris <rgm@gnu.org>
date Thu, 12 Jun 2008 03:57:36 +0000
parents b4e36ff621b3
children c0e61b43cdb0
files lisp/mh-e/mh-seq.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mh-e/mh-seq.el	Thu Jun 12 03:56:20 2008 +0000
+++ b/lisp/mh-e/mh-seq.el	Thu Jun 12 03:57:36 2008 +0000
@@ -1,7 +1,7 @@
 ;;; mh-seq.el --- MH-E sequences support
 
-;; Copyright (C) 1993, 1995,
-;;  2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 1993, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+;;   2008  Free Software Foundation, Inc.
 
 ;; Author: Bill Wohler <wohler@newt.com>
 ;; Maintainer: Bill Wohler <wohler@newt.com>
@@ -201,6 +201,7 @@
 
 ;; Shush compiler.
 (defvar tool-bar-mode)                  ; XEmacs
+(defvar tool-bar-map)
 
 ;;;###mh-autoload
 (defun mh-narrow-to-seq (sequence)