diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-14 14:30:11 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-14 14:30:11 +0000 |
commit | fb75c36d565555aa741f1db250b59cf21a6d79ed (patch) | |
tree | 5871890439b7f2afbac638400fa05ef1bc9ee85a /lisp/mail | |
parent | 97370c5f7edf617e8cfb0391a4cb1cc3a64d3c01 (diff) | |
download | emacs-fb75c36d565555aa741f1db250b59cf21a6d79ed.tar.gz |
Comment fixes.
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/rmailsort.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/mail/rmailsort.el b/lisp/mail/rmailsort.el index be9d69700fc..16aadb0f19c 100644 --- a/lisp/mail/rmailsort.el +++ b/lisp/mail/rmailsort.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1990, 1993, 1994 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> -;; Version: $Header: /gd/gnu/emacs/19.0/lisp/RCS/rmailsort.el,v 1.21 1994/04/07 03:29:02 kwzh Exp kwzh $ +;; Version: $Header: /home/gd/gnu/emacs/19.0/lisp/RCS/rmailsort.el,v 1.22 1994/05/03 22:46:37 kwzh Exp kwzh $ ;; Keywords: mail ;; This file is part of GNU Emacs. @@ -19,8 +19,9 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs; see the file COPYING. If not, write to -;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;; along with GNU Emacs; see the file COPYING. If not, write to the +;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. ;;; Code: |