diff options
| author | Richard M. Stallman | 1992-10-21 04:52:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-10-21 04:52:46 +0000 |
| commit | 804172fafc60be1da24001f9a8e72c02cee9d0ed (patch) | |
| tree | fd8e20b75177eea01e93bd35f0fa821391d2718e /lisp | |
| parent | 6e88ed495ef94b7f34b85e5239fd65f04132b219 (diff) | |
| download | emacs-804172fafc60be1da24001f9a8e72c02cee9d0ed.tar.gz emacs-804172fafc60be1da24001f9a8e72c02cee9d0ed.zip | |
(rmail-output-to-rmail-file): Call abbreviate-file-name.
Diffstat (limited to 'lisp')
| -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." | |||
| 60 | (file-name-directory rmail-last-rmail-file))) | 60 | (file-name-directory rmail-last-rmail-file))) |
| 61 | (setq rmail-last-rmail-file file-name) | 61 | (setq rmail-last-rmail-file file-name) |
| 62 | (rmail-maybe-set-message-counters) | 62 | (rmail-maybe-set-message-counters) |
| 63 | (setq file-name (abbreviate-file-name file-name)) | ||
| 63 | (or (get-file-buffer file-name) | 64 | (or (get-file-buffer file-name) |
| 64 | (file-exists-p file-name) | 65 | (file-exists-p file-name) |
| 65 | (if (yes-or-no-p | 66 | (if (yes-or-no-p |