diff options
| author | Richard M. Stallman <rms@gnu.org> | 1992-10-21 04:52:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1992-10-21 04:52:46 +0000 |
| commit | 804172fafc60be1da24001f9a8e72c02cee9d0ed (patch) | |
| tree | fd8e20b75177eea01e93bd35f0fa821391d2718e | |
| parent | 6e88ed495ef94b7f34b85e5239fd65f04132b219 (diff) | |
| download | emacs-804172fafc60be1da24001f9a8e72c02cee9d0ed.tar.gz | |
(rmail-output-to-rmail-file): Call abbreviate-file-name.
| -rw-r--r-- | lisp/mail/rmailout.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index 92218c3dd82..4710b49d6c6 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el @@ -60,6 +60,7 @@ starting with the current one. Deleted messages are skipped and don't count." (file-name-directory rmail-last-rmail-file))) (setq rmail-last-rmail-file file-name) (rmail-maybe-set-message-counters) + (setq file-name (abbreviate-file-name file-name)) (or (get-file-buffer file-name) (file-exists-p file-name) (if (yes-or-no-p |
