Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

37 lines
993 B

;;; visual-regexp-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "visual-regexp" "visual-regexp.el" (0 0 0 0))
;;; Generated autoloads from visual-regexp.el
(autoload 'vr/mc-mark "visual-regexp" "\
Convert regexp selection to multiple cursors.
\(fn REGEXP START END)" nil nil)
(autoload 'vr/replace "visual-regexp" "\
Regexp-replace with live visual feedback.
\(fn REGEXP REPLACE START END)" t nil)
(autoload 'vr/query-replace "visual-regexp" "\
Use vr/query-replace like you would use query-replace-regexp.
\(fn REGEXP REPLACE START END)" t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "visual-regexp" '("vr--" "vr/")))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; visual-regexp-autoloads.el ends here