Elisp: Function Naming, String Equal
Emacs lisp, replace string= by string-equal
- reason:
- The
string-equalname is more consistent with emacs lisp function names, containing just letters and hyphen. - It is also the original name.
- The other is a alias.
- It is more amenable to abbrev, e.g. makes more sense for se to expand to it then
string=