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 /lisp/rect.el | |
parent | ba88ff288784267e2d25b7a198afe889ed9d6e44 (diff) | |
download | emacs-aa01bed16131cc5a9776cb7cf6e5a825b3deceb4.tar.gz |
Update maintainer's email address.
Diffstat (limited to 'lisp/rect.el')
-rw-r--r-- | lisp/rect.el | 4 |
1 files changed, 2 insertions, 2 deletions
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. |