Skip to content

Commit

Permalink
&rest -> &optional
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarcus committed Apr 28, 2021
1 parent 2533b71 commit 50cd138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bibtex-actions.el
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ may be indicated with the same icon but a different face."
"Keymap for 'bibtex-actions'.")

;;; Completion functions
(cl-defun bibtex-actions-read (&rest options &key initial filter)
(cl-defun bibtex-actions-read (&optional &key initial filter)
"Read bibtex-completion entries with INITIAL or FILTER OPTIONS.
This provides a wrapper around 'completing-read-multiple', with
Expand Down

0 comments on commit 50cd138

Please sign in to comment.