Skip to content

Commit

Permalink
Fix error message in line commands
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Oct 18, 2024
1 parent b12a8df commit 9f941c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ them then executes BODY."
(if (and ,@properties)
(progn
,@body)
(error "Not recognized as %s line" 'name)))))
(error "Not recognized as %s line" ',name)))))

(defun dape--emacs-grab-focus ()
"If `display-graphic-p' focus Emacs."
Expand Down

0 comments on commit 9f941c5

Please sign in to comment.