comparison lisp/mail/emacsbug.el @ 662:8a533acedb77

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:54:21 +0000
parents c3bbd755b7da
children 2598c08c91c2
comparison
equal deleted inserted replaced
661:36fbc3f71803 662:8a533acedb77
1 ;; Command to report Emacs bugs to appropriate mailing list. 1 ;;; emacsbug.el --- command to report Emacs bugs to appropriate mailing list.
2
2 ;; Not fully installed because it can work only on Internet hosts. 3 ;; Not fully installed because it can work only on Internet hosts.
3 ;; Copyright (C) 1985 Free Software Foundation, Inc. 4 ;; Copyright (C) 1985 Free Software Foundation, Inc.
4 ;; Principal author K. Shane Hartman 5 ;; Principal author K. Shane Hartman
5 6
6 ;; This file is part of GNU Emacs. 7 ;; This file is part of GNU Emacs.
35 (mail nil bug-gnu-emacs topic) 36 (mail nil bug-gnu-emacs topic)
36 (goto-char (point-max)) 37 (goto-char (point-max))
37 (insert "\nIn " (emacs-version) "\n\n") 38 (insert "\nIn " (emacs-version) "\n\n")
38 (message (substitute-command-keys "Type \\[mail-send] to send bug report."))) 39 (message (substitute-command-keys "Type \\[mail-send] to send bug report.")))
39 40
41 ;;; emacsbug.el ends here