diff options
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/cmacexp.el | 7 | ||||
-rw-r--r-- | lisp/progmodes/ps-mode.el | 7 | ||||
-rw-r--r-- | lisp/progmodes/simula.el | 6 | ||||
-rw-r--r-- | lisp/progmodes/vera-mode.el | 5 | ||||
-rw-r--r-- | lisp/progmodes/verilog-mode.el | 5 | ||||
-rw-r--r-- | lisp/progmodes/vhdl-mode.el | 5 |
6 files changed, 32 insertions, 3 deletions
diff --git a/lisp/progmodes/cmacexp.el b/lisp/progmodes/cmacexp.el index 13d610d555c..5b34613e016 100644 --- a/lisp/progmodes/cmacexp.el +++ b/lisp/progmodes/cmacexp.el @@ -7,6 +7,13 @@ ;; Adapted-By: ESR ;; Keywords: c +;; Yoni Rabkin <yoni@rabkins.net> contacted the maintainer of this +;; file, and the maintainer agreed that when a bug is filed in the +;; Emacs bug reporting system against this file, a copy of the bug +;; report be sent to the maintainer's email address. However, the +;; maintainer prefers not to be the only person maintaining this file +;; in future. + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/progmodes/ps-mode.el b/lisp/progmodes/ps-mode.el index 203b4575a8d..7e9660f3e76 100644 --- a/lisp/progmodes/ps-mode.el +++ b/lisp/progmodes/ps-mode.el @@ -9,6 +9,13 @@ ;; Version: 1.1h, 16 Jun 2005 ;; Keywords: PostScript, languages +;; Yoni Rabkin <yoni@rabkins.net> contacted the maintainer of this +;; file on 18/3/2008, and the maintainer agreed that when a bug is +;; filed in the Emacs bug reporting system against this file, a copy +;; of the bug report be sent to the maintainer's email address, but +;; only if: "... those e-mails have a link to the bug report system, +;; where I can cancel these e-mails if I want to.". + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify 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 () diff --git a/lisp/progmodes/vera-mode.el b/lisp/progmodes/vera-mode.el index 17724a17cb3..0b50ee103b5 100644 --- a/lisp/progmodes/vera-mode.el +++ b/lisp/progmodes/vera-mode.el @@ -9,6 +9,11 @@ ;; Keywords: languages vera ;; WWW: http://www.iis.ee.ethz.ch/~zimmi/emacs/vera-mode.html +;; Yoni Rabkin <yoni@rabkins.net> contacted the maintainer of this +;; file on 18/3/2008, and the maintainer agreed that when a bug is +;; filed in the Emacs bug reporting system against this file, a copy +;; of the bug report be sent to the maintainer's email address. + (defconst vera-version "2.18" "Vera Mode version number.") diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el index 1cf5ee53e49..da8baf04cef 100644 --- a/lisp/progmodes/verilog-mode.el +++ b/lisp/progmodes/verilog-mode.el @@ -11,6 +11,11 @@ ;; http://www.veripool.com ;; Keywords: languages +;; Yoni Rabkin <yoni@rabkins.net> contacted the maintainer of this +;; file on 19/3/2008, and the maintainer agreed that when a bug is +;; filed in the Emacs bug reporting system against this file, a copy +;; of the bug report be sent to the maintainer's email address. + ;; This code supports Emacs 21.1 and later ;; And XEmacs 21.1 and later ;; Please do not make changes that break Emacs 21. Thanks! diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index 942e39c2bc3..6bbff7cb409 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el @@ -9,6 +9,11 @@ ;; Keywords: languages vhdl ;; WWW: http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html +;; Yoni Rabkin <yoni@rabkins.net> contacted the maintainer of this +;; file on 18/3/2008, and the maintainer agreed that when a bug is +;; filed in the Emacs bug reporting system against this file, a copy +;; of the bug report be sent to the maintainer's email address. + (defconst vhdl-version "3.33.6" "VHDL Mode version number.") |