1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

(rmail-output-menu): Function deleted.

This commit is contained in:
Richard M. Stallman 1994-09-19 05:02:12 +00:00
parent 8b7ef584f6
commit 61029318d2

View File

@ -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)