aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-19 05:02:12 +0000
committerRichard M. Stallman1994-09-19 05:02:12 +0000
commit61029318d24c6102ac394e55f46f24d7bb378d6e (patch)
tree8988518be9acb87e1fbfa33443dfcb4b054bb0b8
parent8b7ef584f611abb9d4c5422673a6d963ee905bb8 (diff)
downloademacs-61029318d24c6102ac394e55f46f24d7bb378d6e.tar.gz
emacs-61029318d24c6102ac394e55f46f24d7bb378d6e.zip
(rmail-output-menu): Function deleted.
-rw-r--r--lisp/mail/rmailout.el11
1 files changed, 0 insertions, 11 deletions
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,
37or more generally it may be any kind of expression that returns 37or more generally it may be any kind of expression that returns
38a file name as a string.") 38a file name as a string.")
39 39
40(defun rmail-output-menu (event)
41 "Output current message to another Rmail file, chosen with a menu.
42Also set the default for subsequent \\[rmail-output-to-rmail-file] commands.
43The variables `rmail-secondary-file-directory' and
44`rmail-secondary-file-regexp' control which files are offered in the menu."
45 (interactive "e")
46 (let ((file-name (rmail-secondary-file-menu event)))
47 (if file-name
48 (rmail-output-to-rmail-file
49 (setq rmail-default-rmail-file file-name)))))
50
51;;; There are functions elsewhere in Emacs that use this function; check 40;;; There are functions elsewhere in Emacs that use this function; check
52;;; them out before you change the calling method. 41;;; them out before you change the calling method.
53(defun rmail-output-to-rmail-file (file-name &optional count) 42(defun rmail-output-to-rmail-file (file-name &optional count)