diff options
| author | Richard M. Stallman | 1999-05-24 22:25:57 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-05-24 22:25:57 +0000 |
| commit | 3619d131024f36aa8660bfeb24d95d02d799eb3c (patch) | |
| tree | e318e595266533756895160df99b4f076b8323fc | |
| parent | 3da6cc26558f8d2cbf18be79879e7eaf991e032d (diff) | |
| download | emacs-3619d131024f36aa8660bfeb24d95d02d799eb3c.tar.gz emacs-3619d131024f36aa8660bfeb24d95d02d799eb3c.zip | |
(crisp-submit-bug-report): Function deleted. Binding deleted also.
| -rw-r--r-- | lisp/emulation/crisp.el | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/lisp/emulation/crisp.el b/lisp/emulation/crisp.el index 39b3ff85017..5b274fc92c1 100644 --- a/lisp/emulation/crisp.el +++ b/lisp/emulation/crisp.el | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Gary D. Foster <gfoster@suzieq.ml.org> | 5 | ;; Author: Gary D. Foster <gfoster@suzieq.ml.org> |
| 6 | ;; Maintainer: FSF (unless Foster can be recontacted) | ||
| 6 | ;; Keywords: emulations brief crisp | 7 | ;; Keywords: emulations brief crisp |
| 7 | 8 | ||
| 8 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| @@ -265,8 +266,6 @@ does not load the scroll-all package." | |||
| 265 | (move-to-window-line -1))) | 266 | (move-to-window-line -1))) |
| 266 | (define-key crisp-mode-map [(meta end)] 'end-of-line) | 267 | (define-key crisp-mode-map [(meta end)] 'end-of-line) |
| 267 | 268 | ||
| 268 | (define-key crisp-mode-map [(control c) (b)] 'crisp-submit-bug-report) | ||
| 269 | |||
| 270 | (defun crisp-version (&optional arg) | 269 | (defun crisp-version (&optional arg) |
| 271 | "Version number of the CRiSP emulator package. | 270 | "Version number of the CRiSP emulator package. |
| 272 | If ARG, insert results at point." | 271 | If ARG, insert results at point." |
| @@ -359,27 +358,6 @@ normal CRiSP binding) and when it is nil M-x will run | |||
| 359 | (save-buffers-kill-emacs) | 358 | (save-buffers-kill-emacs) |
| 360 | (call-interactively 'execute-extended-command))) | 359 | (call-interactively 'execute-extended-command))) |
| 361 | 360 | ||
| 362 | ;; bug reporter | ||
| 363 | |||
| 364 | (defun crisp-submit-bug-report () | ||
| 365 | "Submit via mail a bug report on CRiSP Mode." | ||
| 366 | (interactive) | ||
| 367 | ;; load in reporter | ||
| 368 | (let ((reporter-prompt-for-summary-p t) | ||
| 369 | (reporter-dont-compact-list '(c-offsets-alist))) | ||
| 370 | (and | ||
| 371 | (if (y-or-n-p "Do you want to submit a report on CRiSP Mode? ") | ||
| 372 | t (message "") nil) | ||
| 373 | (require 'reporter) | ||
| 374 | (reporter-submit-bug-report | ||
| 375 | crisp-mode-help-address | ||
| 376 | (concat "CRiSP Mode [" crisp-version "]") | ||
| 377 | nil | ||
| 378 | nil | ||
| 379 | nil | ||
| 380 | "Dear Gary," | ||
| 381 | )))) | ||
| 382 | |||
| 383 | ;; Now enable the mode | 361 | ;; Now enable the mode |
| 384 | 362 | ||
| 385 | ;;;###autoload | 363 | ;;;###autoload |