summaryrefslogtreecommitdiff
path: root/lisp/desktop.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-02-07 21:04:46 +0000
committerRichard M. Stallman <rms@gnu.org>1994-02-07 21:04:46 +0000
commit04f1fe3455f8fa3ddd9f02e1ef1e3006bdaa802c (patch)
treeea7e26b3cb3dd666bef36eb485656559ebe367c3 /lisp/desktop.el
parent5b727de94f2e846a3396e086ce47b8986fd8638d (diff)
downloademacs-04f1fe3455f8fa3ddd9f02e1ef1e3006bdaa802c.tar.gz
(desktop-bug-report): Command deleted.
Diffstat (limited to 'lisp/desktop.el')
-rw-r--r--lisp/desktop.el20
1 files changed, 0 insertions, 20 deletions
diff --git a/lisp/desktop.el b/lisp/desktop.el
index 0f2b2423671..6b7fe0cf3d6 100644
--- a/lisp/desktop.el
+++ b/lisp/desktop.el
@@ -78,8 +78,6 @@
;; `desktop-globals-to-save' (by default it isn't). This may result in saving
;; things you did not mean to keep. Use M-x desktop-clear RET.
-;; To submit a bug report, please use the command desktop-bug-report
-
;; Thanks to hetrick@phys.uva.nl (Jim Hetrick) for useful ideas.
;; avk@rtsg.mot.com (Andrew V. Klein) for a dired tip.
;; chris@tecc.co.uk (Chris Boucher) for a mark tip.
@@ -470,24 +468,6 @@ autoloaded files."
(cons 'case-replace cr)
(cons 'overwrite-mode (car mim)))))
;; ----------------------------------------------------------------------------
-(defun desktop-bug-report ()
- "Submit a bug report on the desktop package to the maintainer."
- (interactive)
- (require 'reporter)
- (and (y-or-n-p "Do you really want to submit a report on desktop.el? ")
- (reporter-submit-bug-report
- "terra@diku.dk"
- "desktop.el version 2.07"
- '(desktop-basefilename
- desktop-dirname
- desktop-globals-to-save
- desktop-buffer-handlers)
- ()
- ()
- "Hi Morten!\n\nI have a problem with your desktop.el package, that\
-you might\nwant to take a look at:"
- )))
-;; ----------------------------------------------------------------------------
(provide 'desktop)
;; desktop.el ends here.