my-emacs-d/elpa/goto-last-change-20150109.1023/goto-last-change-autoloads.el

26 lines
844 B
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; goto-last-change-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "goto-last-change" "goto-last-change.el" (22514
;;;;;; 20028 305136 650000))
;;; Generated autoloads from goto-last-change.el
(autoload 'goto-last-change "goto-last-change" "\
Set point to the position of the last change.
Consecutive calls set point to the position of the previous change.
With a prefix arg (optional arg MARK-POINT non-nil), set mark so \\[exchange-point-and-mark]
will return point to the current position.
\(fn &optional MARK-POINT MINIMAL-LINE-DISTANCE)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; goto-last-change-autoloads.el ends here