diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-04-16 14:10:34 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-04-16 14:10:34 +0000 |
commit | 241760a33e94a622475e9974075ce0ba7fe5f4e5 (patch) | |
tree | 961857ac1dd20b09eb3eb0a42182f77d6c36bf29 /lisp/progmodes/simula.el | |
parent | add553ac7edaf2d6ced692fbc953d56518a00cb5 (diff) | |
download | emacs-241760a33e94a622475e9974075ce0ba7fe5f4e5.tar.gz |
Cleanup the bug-report email addresses and make sure the
maintainer is still willing to handle bug reports.
Diffstat (limited to 'lisp/progmodes/simula.el')
-rw-r--r-- | lisp/progmodes/simula.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/simula.el b/lisp/progmodes/simula.el index 93b4c5ee3de..3a45db0d292 100644 --- a/lisp/progmodes/simula.el +++ b/lisp/progmodes/simula.el @@ -3,8 +3,8 @@ ;; Copyright (C) 1992, 1994, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 ;; Free Software Foundation, Inc. -;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no> -;; Maintainer: simula-mode@ifi.uio.no +;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no> (invalid email address, checked April 2008) +;; Maintainer: simula-mode@ifi.uio.no (invalid email address, checked April 2008) ;; Adapted-By: ESR ;; Keywords: languages @@ -1630,7 +1630,7 @@ If not nil and not t, move to limit of search and return nil." ;; defuns for submitting bug reports -(defconst simula-mode-help-address "simula-mode@ifi.uio.no" +(defconst simula-mode-help-address "bug-gnu-emacs@gnu.org" "Address accepting submission of `simula-mode' bug reports.") (defun simula-submit-bug-report () |