home *** CD-ROM | disk | FTP | other *** search
- ;;; compiled by jwz@thalidomide on Thu Jul 2 16:33:40 1992
- ;;; from file /u/jwz/emacs19/lisp/packages/emacsbug.el
- ;;; emacs version 19.2.1 Lucid.
- ;;; bytecomp version 2.07; 17-jun-92.
- ;;; optimization is on.
- ;;; this file uses opcodes which do not exist in Emacs18.
-
- (if (and (boundp 'emacs-version)
- (or (and (boundp 'epoch::version) epoch::version)
- (string-lessp emacs-version "19")))
- (error "This file was compiled for Emacs19."))
-
- (defvar bug-gnu-emacs "bug-gnu-emacs@lucid.com" "\
- Address of site maintaining mailing list for Gnu emacs bugs.")
- (fset 'report-emacs-bug #[(topic) "└┴\n#êdbê─┼ ╞▒ê╟╚╔!!ç" [mail nil bug-gnu-emacs topic "\nIn " emacs-version "\n\n" message substitute-command-keys "Type \\[mail-send] to send bug report."] 4 "\
- Report a bug in Gnu emacs.
- Prompts for bug subject. Leaves you in a mail buffer." "sBug Subject: "])
-