diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-08-17 19:40:54 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-08-17 19:40:54 +0000 |
commit | 6b9e337f5f2f55390a7696e251b054382720b537 (patch) | |
tree | 1123171cd71d5d280a4a0f08515e7fdef721ed96 /lisp/hilit19.el | |
parent | 952e631d80cafef582dc1a651fd9d8b6d11f97a9 (diff) | |
download | emacs-6b9e337f5f2f55390a7696e251b054382720b537.tar.gz |
(hilit-submit-feedback): New bug-reporting address.
Diffstat (limited to 'lisp/hilit19.el')
-rw-r--r-- | lisp/hilit19.el | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/lisp/hilit19.el b/lisp/hilit19.el index 71f7333a346..b6d53c4991b 100644 --- a/lisp/hilit19.el +++ b/lisp/hilit19.el @@ -1,7 +1,7 @@ ;; hilit19.el (Release 2.19) -- customizable highlighting for Emacs19. ;; Copyright (c) 1993, 1994 Free Software Foundation, Inc. ;; -;; Author: Jonathan Stigelman <Stig@netcom.com> +;; Author: Jonathan Stigelman <stig@hackvan.com> ;; Keywords: faces ;; ;; This program is free software; you can redistribute it and/or modify @@ -42,7 +42,7 @@ ;; hilit19.el,v 2.19 1993/09/08 18:44:10 stig Release ;; ;; LCD Archive Entry: -;; hilit19|Jonathan Stigelman|Stig@netcom.com| +;; hilit19|Jonathan Stigelman|stig@hackvan.com| ;; Comprehensive (and comparatively fast) regex-based highlighting for Emacs 19| ;; 1993/09/08 18:44:10|Release 2.19|~/packages/hilit19.el.Z| ;; @@ -401,12 +401,12 @@ your init file.") (eval-when-compile (require 'reporter)) ; no compilation gripes (defun hilit-submit-feedback () - "Submit feedback on hilit19 to the author: Stig@netcom.com" + "Submit feedback on hilit19 to the author: stig@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@netcom.com>" + "Jonathan Stigelman <stig@hackvan.com>" "hilit19.el (Release 2.19)" (and (y-or-n-p "Do you need to include a dump hilit variables? ") (append @@ -1540,10 +1540,3 @@ number of backslashes." (provide 'hilit19) ;;; hilit19 ends here. - - -;; __________________________________________________________________________ -;; Stig@netcom.com netcom.com:/pub/stig/00-PGP-KEY -;; It's hard to be cutting-edge at your own pace... 32 DF B9 19 AE 28 D1 7A -;; Bullet-proof code cannot stand up to teflon bugs. A3 9D 0B 1A 33 13 4D 7F - |