A lot of the time I have only one method defined and M-. on a method call displays a menu like:

(No location)                                                                          
  (DEFGENERIC FOO (BAZ))                                                       
/src/xyzzy.lisp                                                   
  (DEFMETHOD FOO BAZ)

Is there a configuration that can just automatically jump directly to the only method available?

Thank you.