Skip to content

Instantly share code, notes, and snippets.

@jmercouris
Created February 1, 2018 11:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmercouris/b0a5cb982df032cf381d2795d9ff6750 to your computer and use it in GitHub Desktop.
Save jmercouris/b0a5cb982df032cf381d2795d9ff6750 to your computer and use it in GitHub Desktop.
;; Invalid
(defmethod input (callback ((self minibuffer-mode)))
...)
;; Valid
(defmethod input ((self minibuffer-mode) callback)
...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment