Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8f530b95
Commit
8f530b95
authored
Dec 14, 2000
by
Stefan Monnier
Browse files
(add-change-log-entry): Only expand-file-name if non-nil.
parent
4dddb0b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/add-log.el
lisp/add-log.el
+4
-4
No files found.
lisp/ChangeLog
View file @
8f530b95
2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
* add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
* paths.el (Info-default-directory-list): If
...
...
lisp/add-log.el
View file @
8f530b95
...
...
@@ -432,10 +432,10 @@ non-nil, otherwise in local time."
(
let*
((
defun
(
add-log-current-defun
))
(
version
(
and
change-log-version-info-enabled
(
change-log-version-number-search
)))
(
buf
fer
-file
(
expand-file-name
(
if
add-log-buffer-file-name-function
(
funcall
add-log-
buffer-file-name
-function
)
buf
fer
-file-name
)))
(
buf-file
-name
(
if
add-log-buffer-file-name-function
(
funcall
add-log-buffer-file-name-function
)
buffer-file-name
)
)
(
buffer-file
(
if
buf-file-name
(
expand-file-name
buf-file-name
)))
(
file-name
(
expand-file-name
(
or
file-name
(
find-change-log
file-name
buffer-file
))))
;; Set ENTRY to the file name to use in the new entry.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment