diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-07-10 06:50:14 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-07-10 06:50:14 +0000 |
commit | 6b87b839e52344167d5bd3fac5e7e875a151dfc8 (patch) | |
tree | 8615adc5292a0a4b9c3985e5161426f6a86a0c14 /lisp/hilit19.el | |
parent | 910c05ecf73c254fcb02b5ea822e6dcce8c41e9f (diff) | |
download | emacs-6b87b839e52344167d5bd3fac5e7e875a151dfc8.tar.gz |
(hilit-submit-feedback): Change mail address.
Diffstat (limited to 'lisp/hilit19.el')
-rw-r--r-- | lisp/hilit19.el | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lisp/hilit19.el b/lisp/hilit19.el index 721e36e073b..cd192143809 100644 --- a/lisp/hilit19.el +++ b/lisp/hilit19.el @@ -31,10 +31,9 @@ ;; Hilit19 knows (or thinks it knows) how to highlight emacs buffers in ;; about 25 different modes. ;; -;; WHERE TO GET THE LATEST VERSIONS OF HILIT19.EL (beta and release), -;; PLUS LOTS OF OTHER *WAY COOL* STUFF VIA ANONYMOUS FTP: +;; WHERE TO GET THE LATEST VERSIONS OF HILIT19.EL (beta and release): ;; -;; ftp.hackvan.com:/pub/stig/src/elisp/hilit19.el.gz +;; http://hackvan.com/pub/stig/src/elisp/ ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; @@ -406,12 +405,12 @@ your init file.") (eval-when-compile (require 'reporter)) ; no compilation gripes (defun hilit-submit-feedback () - "Submit feedback on hilit19 to the author: stig@hackvan.com" + "Submit feedback on hilit19 to hilit@hackvan.com" (interactive) (require 'reporter) (and (y-or-n-p "Do you really want to submit a report on hilit19? ") (reporter-submit-bug-report - "Jonathan Stigelman <stig@hackvan.com>" + "Jonathan Stigelman <hilit@hackvan.com>" "hilit19.el (Release 2.19)" (and (y-or-n-p "Do you need to include a dump hilit variables? ") (append |