From: Richard M. Stallman Date: Mon, 19 Sep 1994 05:02:12 +0000 (+0000) Subject: (rmail-output-menu): Function deleted. X-Git-Tag: emacs-19.34~6944 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=61029318d24c6102ac394e55f46f24d7bb378d6e;p=emacs.git (rmail-output-menu): Function deleted. --- diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index 0f84583fe95..190c3dddff5 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el @@ -37,17 +37,6 @@ NAME-EXP may be a string constant giving the file name to use, or more generally it may be any kind of expression that returns a file name as a string.") -(defun rmail-output-menu (event) - "Output current message to another Rmail file, chosen with a menu. -Also set the default for subsequent \\[rmail-output-to-rmail-file] commands. -The variables `rmail-secondary-file-directory' and -`rmail-secondary-file-regexp' control which files are offered in the menu." - (interactive "e") - (let ((file-name (rmail-secondary-file-menu event))) - (if file-name - (rmail-output-to-rmail-file - (setq rmail-default-rmail-file file-name))))) - ;;; There are functions elsewhere in Emacs that use this function; check ;;; them out before you change the calling method. (defun rmail-output-to-rmail-file (file-name &optional count)