changeset 8910:964b419c227a

(rmail-output-menu): Function deleted.
author Richard M. Stallman <rms@gnu.org>
date Mon, 19 Sep 1994 05:02:12 +0000
parents d9c10eb46ce9
children 3abf3f2ef6cf
files lisp/mail/rmailout.el
diffstat 1 files changed, 0 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailout.el	Mon Sep 19 05:01:33 1994 +0000
+++ b/lisp/mail/rmailout.el	Mon Sep 19 05:02:12 1994 +0000
@@ -37,17 +37,6 @@
 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)