From: Glenn Morris Date: Thu, 12 Jun 2008 03:57:36 +0000 (+0000) Subject: (tool-bar-map): Define for compiler. X-Git-Tag: emacs-pretest-23.0.90~4860 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=022329c0619ec0e12ce3e7aee8221bb85bcbd9e1;p=emacs.git (tool-bar-map): Define for compiler. --- diff --git a/lisp/mh-e/mh-seq.el b/lisp/mh-e/mh-seq.el index 61553870ebc..ca5c2d25cfd 100644 --- a/lisp/mh-e/mh-seq.el +++ b/lisp/mh-e/mh-seq.el @@ -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 ;; Maintainer: Bill Wohler @@ -201,6 +201,7 @@ MESSAGE appears." ;; Shush compiler. (defvar tool-bar-mode) ; XEmacs +(defvar tool-bar-map) ;;;###mh-autoload (defun mh-narrow-to-seq (sequence)