We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c281dd commit 37fb62bCopy full SHA for 37fb62b
cider-interaction.el
@@ -993,7 +993,8 @@ until we find a delimiters that's not inside a string."
993
(save-excursion
994
;; when we don't have a filename or it's different from the one of
995
;; the current buffer, the line number is relative to form start
996
- (if (and file (equal file (file-truename (buffer-file-name))))
+ (if (and file (equal (file-truename file)
997
+ (file-truename (buffer-file-name))))
998
(goto-char (point-min)) ; start of file
999
(beginning-of-defun))
1000
(forward-line (1- line))
0 commit comments