Mercurial > hg > xemacs-beta
diff lisp/rmail/rmail-xemacs.el @ 72:b9518feda344 r20-0b31
Import from CVS: tag r20-0b31
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:03:46 +0200 |
parents | 131b0175ea99 |
children |
line wrap: on
line diff
--- a/lisp/rmail/rmail-xemacs.el Mon Aug 13 09:03:07 2007 +0200 +++ b/lisp/rmail/rmail-xemacs.el Mon Aug 13 09:03:46 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 @@ -15,12 +18,21 @@ ;; General Public License for more details. ;; 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, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; along with XEmacs; see the file COPYING. If not, write to the Free +;; 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" @@ -219,3 +231,5 @@ (provide 'rmail-xemacs) + +;;; rmail-xemacs ends here