12 Jun 05:54
emacs/lisp/mh-e mh-seq.el
From: Glenn Morris <rgm <at> gnu.org>
Subject: emacs/lisp/mh-e mh-seq.el
Newsgroups: gmane.mail.mh-e.devel
Date: 2008-06-12 03:57:36 GMT
Subject: emacs/lisp/mh-e mh-seq.el
Newsgroups: gmane.mail.mh-e.devel
Date: 2008-06-12 03:57:36 GMT
CVSROOT: /sources/emacs Module name: emacs Changes by: Glenn Morris <gm> 08/06/12 03:57:36 Modified files: lisp/mh-e : mh-seq.el Log message: (tool-bar-map): Define for compiler. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/mh-seq.el?cvsroot=emacs&r1=1.37&r2=1.38 Patches: Index: mh-seq.el =================================================================== RCS file: /sources/emacs/emacs/lisp/mh-e/mh-seq.el,v retrieving revision 1.37 retrieving revision 1.38 diff -u -b -r1.37 -r1.38 --- mh-seq.el 6 May 2008 03:56:48 -0000 1.37 +++ mh-seq.el 12 Jun 2008 03:57:36 -0000 1.38 @@ -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 <at> newt.com> ;; Maintainer: Bill Wohler <wohler <at> 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) ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php
RSS Feed