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.

42 lines
1.1 KiB

  1. ;;; hide-lines-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 "hide-lines" "hide-lines.el" (0 0 0 0))
  7. ;;; Generated autoloads from hide-lines.el
  8. (autoload 'hide-lines "hide-lines" "\
  9. Hide lines matching the specified regexp.
  10. With prefix arg of 4 (C-u) hide lines that do not match the specified regexp.
  11. With any other prefix arg, reveal all hidden lines.
  12. \(fn &optional ARG)" t nil)
  13. (autoload 'hide-lines-not-matching "hide-lines" "\
  14. Hide lines that don't match the specified regexp.
  15. \(fn SEARCH-TEXT)" t nil)
  16. (autoload 'hide-lines-matching "hide-lines" "\
  17. Hide lines matching the specified regexp.
  18. \(fn SEARCH-TEXT)" t nil)
  19. (autoload 'hide-lines-show-all "hide-lines" "\
  20. Show all areas hidden by the filter-buffer command." t nil)
  21. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "hide-lines" '("hide-lines-")))
  22. ;;;***
  23. ;; Local Variables:
  24. ;; version-control: never
  25. ;; no-byte-compile: t
  26. ;; no-update-autoloads: t
  27. ;; coding: utf-8
  28. ;; End:
  29. ;;; hide-lines-autoloads.el ends here