diff options
| author | Richard M. Stallman | 1994-09-19 05:02:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-19 05:02:12 +0000 |
| commit | 61029318d24c6102ac394e55f46f24d7bb378d6e (patch) | |
| tree | 8988518be9acb87e1fbfa33443dfcb4b054bb0b8 | |
| parent | 8b7ef584f611abb9d4c5422673a6d963ee905bb8 (diff) | |
| download | emacs-61029318d24c6102ac394e55f46f24d7bb378d6e.tar.gz emacs-61029318d24c6102ac394e55f46f24d7bb378d6e.zip | |
(rmail-output-menu): Function deleted.
| -rw-r--r-- | lisp/mail/rmailout.el | 11 |
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, | |||
| 37 | or more generally it may be any kind of expression that returns | 37 | or more generally it may be any kind of expression that returns |
| 38 | a file name as a string.") | 38 | a 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. | ||
| 42 | Also set the default for subsequent \\[rmail-output-to-rmail-file] commands. | ||
| 43 | The 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) |