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

  1. ;;; visual-regexp-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "visual-regexp" "visual-regexp.el" (0 0 0 0))
  7. ;;; Generated autoloads from visual-regexp.el
  8. (autoload 'vr/mc-mark "visual-regexp" "\
  9. Convert regexp selection to multiple cursors.
  10. \(fn REGEXP START END)" nil nil)
  11. (autoload 'vr/replace "visual-regexp" "\
  12. Regexp-replace with live visual feedback.
  13. \(fn REGEXP REPLACE START END)" t nil)
  14. (autoload 'vr/query-replace "visual-regexp" "\
  15. Use vr/query-replace like you would use query-replace-regexp.
  16. \(fn REGEXP REPLACE START END)" t nil)
  17. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "visual-regexp" '("vr--" "vr/")))
  18. ;;;***
  19. ;; Local Variables:
  20. ;; version-control: never
  21. ;; no-byte-compile: t
  22. ;; no-update-autoloads: t
  23. ;; coding: utf-8
  24. ;; End:
  25. ;;; visual-regexp-autoloads.el ends here