Files
memex/0_inbox/in/Scrivener_Emacs_Vim/elpa/goto-last-change-20150109.1023/goto-last-change-autoloads.el
2026-03-15 14:37:05 -04:00

26 lines
812 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 (or (file-name-directory #$) (car load-path)))
;;;### (autoloads nil "goto-last-change" "goto-last-change.el" (21983
;;;;;; 61367 0 0))
;;; 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