abingham / emacs-ycmd

Emacs client for ycmd, the code completion system.
MIT License
383 stars 46 forks source link

Use `p` as suffix for predicate functions #449

Closed ptrv closed 7 years ago

ptrv commented 7 years ago

Let's use p instead of ? as suffix for predicate functions since it is suggested in the emacs coding conventions (See Info Node (elisp) Coding Conventions)

Some of the predicate functions are already using p.