comparison lisp/progmodes/simula.el @ 94116:842d446b22d9

Cleanup the bug-report email addresses and make sure the maintainer is still willing to handle bug reports.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 16 Apr 2008 14:10:34 +0000
parents 1e3a407766b9
children 52b7a8c22af5
comparison
equal deleted inserted replaced
94115:53e4b71afc53 94116:842d446b22d9
1 ;;; simula.el --- SIMULA 87 code editing commands for Emacs 1 ;;; simula.el --- SIMULA 87 code editing commands for Emacs
2 2
3 ;; Copyright (C) 1992, 1994, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 3 ;; Copyright (C) 1992, 1994, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
4 ;; Free Software Foundation, Inc. 4 ;; Free Software Foundation, Inc.
5 5
6 ;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no> 6 ;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no> (invalid email address, checked April 2008)
7 ;; Maintainer: simula-mode@ifi.uio.no 7 ;; Maintainer: simula-mode@ifi.uio.no (invalid email address, checked April 2008)
8 ;; Adapted-By: ESR 8 ;; Adapted-By: ESR
9 ;; Keywords: languages 9 ;; Keywords: languages
10 10
11 ;; This file is part of GNU Emacs. 11 ;; This file is part of GNU Emacs.
12 12
1628 ("!\\|\\<COMMENT\\>" ";" comment)) 1628 ("!\\|\\<COMMENT\\>" ";" comment))
1629 nil 'case-insensitive))) 1629 nil 'case-insensitive)))
1630 1630
1631 ;; defuns for submitting bug reports 1631 ;; defuns for submitting bug reports
1632 1632
1633 (defconst simula-mode-help-address "simula-mode@ifi.uio.no" 1633 (defconst simula-mode-help-address "bug-gnu-emacs@gnu.org"
1634 "Address accepting submission of `simula-mode' bug reports.") 1634 "Address accepting submission of `simula-mode' bug reports.")
1635 1635
1636 (defun simula-submit-bug-report () 1636 (defun simula-submit-bug-report ()
1637 "Submit via mail a bug report on `simula-mode'." 1637 "Submit via mail a bug report on `simula-mode'."
1638 (interactive) 1638 (interactive)