Skip to content

Commit

Permalink
Remove quote from lambda expression
Browse files Browse the repository at this point in the history
  • Loading branch information
riscy authored and bbatsov committed Nov 27, 2019
1 parent 0d3281f commit 520767b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -4462,7 +4462,7 @@ If the current buffer does not belong to a project, call `previous-buffer'."
"Prompt for a variable and return its name."
(completing-read "Variable: "
obarray
'(lambda (v)
(lambda (v)
(and (boundp v) (not (keywordp v))))
t))

Expand Down

0 comments on commit 520767b

Please sign in to comment.