Drop the trailing slash.
authorKarl Heuer <kwzh@gnu.org>
Thu, 28 Apr 1994 07:32:21 +0000 (07:32 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 28 Apr 1994 07:32:21 +0000 (07:32 +0000)
lisp/mail/blessmail.el

index 85000a8..5897455 100644 (file)
@@ -36,7 +36,8 @@
 (load "paths.el")
 (load "site-init" t)
 
-(let ((dirname rmail-spool-directory) linkname attr modes)
+(let ((dirname (directory-file-name rmail-spool-directory))
+      linkname attr modes)
   ;; Check for symbolic link
   (while (setq linkname (file-symlink-p dirname))
     (setq dirname (if (file-name-absolute-p linkname)