Mercurial > hg > xemacs-beta
diff lisp/rmail/rmail-xemacs.el @ 4:b82b59fe008d r19-15b3
Import from CVS: tag r19-15b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:56 +0200 |
parents | ac2d302a0011 |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/lisp/rmail/rmail-xemacs.el Mon Aug 13 08:46:35 2007 +0200 +++ b/lisp/rmail/rmail-xemacs.el Mon Aug 13 08:46:56 2007 +0200 @@ -1,7 +1,10 @@ -;; Mouse and font support for RMAIL running in Lucid GNU Emacs -;; written by Wilson H. Tien (wtien@urbana.mcd.mot.com); modified by jwz. +;;; rmail-xemacs.el --- Mouse and font support for RMAIL running on XEmacs + ;; Copyright (C) 1992-1993 Free Software Foundation, Inc. +;; Author: Wilson H. Tien <wtien@urbana.mcd.mot.com> +;; Keywords: mail + ;; This file is part of XEmacs. ;; XEmacs is free software; you can redistribute it and/or modify it @@ -16,10 +19,20 @@ ;; You should have received a copy of the GNU General Public License ;; along with XEmacs; see the file COPYING. If not, write to the Free -;; Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;; 02111-1307, USA. + +;;; Synched up with: Not in FSF. + +;;; Commentary: -;;; Right button pops up a menu of commands in Rmail and Rmail summary buffers. -;;; Middle button selects indicated mail message in Rmail summary buffer +;; Mouse and font support for RMAIL running in Lucid GNU Emacs +;; written by Wilson H. Tien (wtien@urbana.mcd.mot.com); modified by jwz. + +;; Right button pops up a menu of commands in Rmail and Rmail summary buffers. +;; Middle button selects indicated mail message in Rmail summary buffer + +;;; Code: (defvar rmail-summary-mode-menu '("Rmail Summary Commands" @@ -218,3 +231,5 @@ (provide 'rmail-xemacs) + +;;; rmail-xemacs ends here