mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Drop the trailing slash.
This commit is contained in:
parent
f266485d3e
commit
b207d6b314
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue