Skip to content

Commit

Permalink
fix jump defines so they are on the same line
Browse files Browse the repository at this point in the history
  • Loading branch information
Donald Ephraim Curtis committed Jan 24, 2012
1 parent 229b416 commit 9677d93
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions jump.el
Expand Up @@ -7,8 +7,7 @@
;; Version: 2.0
;; Created: 2008-08-21
;; Keywords: project, convenience, navigation
;; Package-Requires: ((findr "0.7")
;; (inflections "1.0"))
;; Package-Requires: ((findr "0.7") (inflections "1.0"))

;; This file is NOT part of GNU Emacs.

Expand Down Expand Up @@ -165,7 +164,7 @@ line inside of method."
(and (> (forward-line 1) 0)
(goto-char (point-min)))))))
(when (and (commandp 'recenter-top-bottom) (not (equal results 1))) (recenter-top-bottom))))

(defun jump-to-path (path)
"Jump to the location specified by PATH (regexp allowed in
path). If path ends in / then just look in that directory"
Expand Down Expand Up @@ -319,4 +318,4 @@ find the current method which defaults to `which-function'."
(jump-to (cdr spec) matches (when create ,make)))))))))

(provide 'jump)
;;; jump.el ends here
;;; jump.el ends here

0 comments on commit 9677d93

Please sign in to comment.