Skip to content

Commit

Permalink
Fix "line too long" linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
roshanshariff committed Oct 19, 2023
1 parent e8aa56b commit 17cddbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion citar.el
Original file line number Diff line number Diff line change
Expand Up @@ -1807,7 +1807,8 @@ VARIABLES should be the names of Citar customization variables."
(stringp (nth 2 x))
(functionp (nth 3 x))))
value)
(error "Every element of `%s' should be a list of the type (character string string function): %S" variable `',value)))
(error "Every element of `%s' should be a list of the type (character string string function): %S"
variable `',value)))
(_
(error "Unknown variable in citar--check-configuration: %s" variable))))))

Expand Down

0 comments on commit 17cddbb

Please sign in to comment.