diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-10-03 10:52:47 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-10-03 10:52:47 +0000 |
commit | aa01bed16131cc5a9776cb7cf6e5a825b3deceb4 (patch) | |
tree | cd24acea2d85f32462bb1d0d844a8e66a733f751 | |
parent | ba88ff288784267e2d25b7a198afe889ed9d6e44 (diff) | |
download | emacs-aa01bed16131cc5a9776cb7cf6e5a825b3deceb4.tar.gz |
Update maintainer's email address.
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/rect.el | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e3e7569a724..a8e54c464d6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-10-03 Eli Zaretskii <eliz@is.elta.co.il> + + * rect.el: Update maintainer's email address. + 2001-10-02 Andreas Schwab <schwab@suse.de> * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long diff --git a/lisp/rect.el b/lisp/rect.el index 3c71173d0f6..32bc3f7566c 100644 --- a/lisp/rect.el +++ b/lisp/rect.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1985, 1999, 2000, 2001 Free Software Foundation, Inc. -;; Maintainer: Didier Verna <verna@inf.enst.fr> +;; Maintainer: Didier Verna <didier@xemacs.org> ;; Keywords: internal ;; This file is part of GNU Emacs. @@ -28,7 +28,7 @@ ;; in the Emacs manual. ;; ### NOTE: this file has been almost completely rewritten by Didier Verna -;; <verna@inf.enst.fr> in July 1999. The purpose of this rewrite is to be less +;; <didier@xemacs.org> in July 1999. The purpose of this rewrite is to be less ;; intrusive and fill lines with whitespaces only when needed. A few functions ;; are untouched though, as noted above their definition. |