]> code.delx.au - gnu-emacs/blobdiff - lisp/mail/sendmail.el
(mail-recover-1): Decrease non-random-len by 1 for the newly-readded #.
[gnu-emacs] / lisp / mail / sendmail.el
index a4610ed13e9d8967a9aebc9afcf88b3b9037650c..6bcb89d733da4cf568c3f87f43db1a40a42460c9 100644 (file)
@@ -1561,8 +1561,9 @@ The seventh argument ACTIONS is a list of actions to take
     ;; "#<RANDOM-STUFF>#" to the buffer name, where RANDOM-STUFF
     ;; is the result of (make-temp-name "").
     (setq non-random-len
-         (- (length file-name) (length (make-temp-name ""))))
+         (- (length file-name) (length (make-temp-name "")) 1))
     (setq wildcard (concat (substring file-name 0 non-random-len) "*"))
+    (debug)
     (if (null (file-expand-wildcards wildcard))
        (message "There are no auto-saved drafts to recover")
       ;; Bind dired-trivial-filenames to t because all auto-save file