Skip to content

Fix feedback from melpa maintainers

Fix feedback from melpa maintainers:

  • latitute -> latitude
  • There's no need for progn inside individual cases in a cond
  • (and (and x y) z) is the same as (and x y z) if you were inclined to modify the form in olc-is-valid
  • 'compound' in olc-is-short could be capitalized (checkdoc occasionally misses)
  • re: "Unfortunately check-declare can't handle these." you have a few options to silence check-declare -- e.g. (declare-function request "ext: request" t t)