diff --git a/jump.el b/jump.el index 3828e8e..95358bb 100644 --- a/jump.el +++ b/jump.el @@ -7,6 +7,8 @@ ;; Version: 2.0 ;; Created: 2008-08-21 ;; Keywords: project, convenience, navigation +;; Package-Requires: ((findr "0.7") +;; (inflections "1.0")) ;; This file is NOT part of GNU Emacs. @@ -241,6 +243,7 @@ MAKE to create the target file." ((equal t spec) t) (t (message (format "unrecognized jump-from specification format %s"))))) +;;;###autoload (defun defjump (name specs root &optional doc make method-command) "Define NAME as a function with behavior determined by SPECS. SPECS should be a list of cons cells of the form