aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath1994-07-04 20:58:39 +0000
committerRoland McGrath1994-07-04 20:58:39 +0000
commit3e1c918b551ab61bcade45665e7dcd7be8c7027d (patch)
tree05a4421ce211d6ef408dce187e8feacccf78bee7
parent6452d8a6f4f0271e24d12623724d5759f9cb5af6 (diff)
downloademacs-3e1c918b551ab61bcade45665e7dcd7be8c7027d.tar.gz
emacs-3e1c918b551ab61bcade45665e7dcd7be8c7027d.zip
(add-change-log-entry): Apply expand-file-name to FILE-NAME.
-rw-r--r--lisp/add-log.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el
index 6980578c68a..5a13e0054dd 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -137,7 +137,7 @@ never append to an existing entry."
137 'add-log-current-defun))) 137 'add-log-current-defun)))
138 paragraph-end entry) 138 paragraph-end entry)
139 139
140 (setq file-name (find-change-log file-name)) 140 (setq file-name (expand-file-name (find-change-log file-name)))
141 141
142 ;; Set ENTRY to the file name to use in the new entry. 142 ;; Set ENTRY to the file name to use in the new entry.
143 (and buffer-file-name 143 (and buffer-file-name