Skip to content

Commit

Permalink
#27 very related bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicferrier committed Aug 18, 2012
1 parent 6d47fca commit 1ca4d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elnode.el
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ error is generated.
The TEXT is logged with the current date and time formatted with
`elnode-log-buffer-datetime-format'."
(let ((name (or filename (buffer-file-name (current-buffer)))))
(let ((name (or filename (buffer-file-name (get-buffer buffer-or-name)))))
(with-current-buffer (get-buffer-create buffer-or-name)
(unless (assq
'elnode-log-buffer-position-written
Expand Down

0 comments on commit 1ca4d39

Please sign in to comment.