From: morioka Date: Mon, 16 Feb 1998 14:16:10 +0000 (+0000) Subject: Sync up with qgnus-0.26. X-Git-Tag: gnus-6_7-tomo-199811302358~197 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e6fd076c30bd1bb4ae1661a7078803fc7e6eaedb;p=elisp%2Fgnus.git- Sync up with qgnus-0.26. --- diff --git a/lisp/gnus-draft.el b/lisp/gnus-draft.el index f7e22b3..912af8e 100644 --- a/lisp/gnus-draft.el +++ b/lisp/gnus-draft.el @@ -1,5 +1,5 @@ ;;; gnus-draft.el --- draft message support for Semi-gnus -;; Copyright (C) 1997 Free Software Foundation, Inc. +;; Copyright (C) 1997,98 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen ;; MORIOKA Tomohiko @@ -57,7 +57,8 @@ ["Toggle whether to send" gnus-draft-toggle-sending t] ["Edit" gnus-draft-edit-message t] ["Send selected message(s)" gnus-draft-send-message t] - ["Send all messages" gnus-draft-send-all-messages t])))) + ["Send all messages" gnus-draft-send-all-messages t] + ["Delete draft" gnus-summary-delete-article t])))) (defun gnus-draft-mode (&optional arg) "Minor mode for providing a draft summary buffers. @@ -72,7 +73,7 @@ (when (gnus-visual-p 'draft-menu 'menu) (gnus-draft-make-menu-bar)) (gnus-add-minor-mode 'gnus-draft-mode " Draft" gnus-draft-mode-map) - (run-hooks 'gnus-draft-mode-hook)))) + (gnus-run-hooks 'gnus-draft-mode-hook)))) ;;; Commands @@ -149,7 +150,7 @@ (mime-edit-decode-buffer nil) (eword-decode-header) )) - "Function called to decode the message from network representation." + "*Function called to decode the message from network representation." :group 'gnus-agent :type 'function)