Files
dotfiles/emacs/.emacs.d/elpa/zop-to-char-20160212.754/zop-to-char-autoloads.el
2018-01-09 04:40:58 +01:00

37 lines
1.0 KiB
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.
;;; zop-to-char-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "zop-to-char" "zop-to-char.el" (23124 14374
;;;;;; 505538 525000))
;;; Generated autoloads from zop-to-char.el
(autoload 'zop-to-char "zop-to-char" "\
An enhanced version of `zap-to-char'.
Argument ARG, when given is index of occurrence to jump to. For
example, if ARG is 2, `zop-to-char' will jump to second occurrence
of given character. If ARG is negative, jump in backward direction.
\(fn ARG)" t nil)
(autoload 'zop-up-to-char "zop-to-char" "\
An enhanced version of `zap-up-to-char'.
Argument ARG, when given is index of occurrence to jump to. For
example, if ARG is 2, `zop-up-to-char' will jump to second
occurrence of given character. If ARG is negative, jump in
backward direction.
\(fn ARG)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; zop-to-char-autoloads.el ends here