Skip to content

Commit

Permalink
replace yes-or-no-p by y-or-no-p
Browse files Browse the repository at this point in the history
  • Loading branch information
kermorgant committed Aug 5, 2018
1 parent c102f64 commit 30172c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpactor.el
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
(let ((use-dialog-box nil)
(type (if type (intern type) value-type)))
(cl-case type
(confirm (yes-or-no-p label))
(confirm (y-or-n-p label))
(file (read-file-name label nil default))
(text (read-string label default))
(choice (completing-read label
Expand Down

0 comments on commit 30172c9

Please sign in to comment.