Skip to content

Commit

Permalink
added headers and autoload comments for submission to ELPA
Browse files Browse the repository at this point in the history
  • Loading branch information
eschulte committed Jan 14, 2009
1 parent f8af053 commit 8e6bdd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jump.el
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8e6bdd1

Please sign in to comment.