From 944a581d4d27d053c421bfd4e9ab5229b1aad5e3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 10 Jul 1997 06:50:14 +0000 Subject: [PATCH] (hilit-submit-feedback): Change mail address. --- lisp/hilit19.el | 9 ++++----- 1 file 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 " + "Jonathan Stigelman " "hilit19.el (Release 2.19)" (and (y-or-n-p "Do you need to include a dump hilit variables? ") (append -- 2.39.2