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
42 lines
1.1 KiB
;;; hide-lines-autoloads.el --- automatically extracted autoloads
|
|
;;
|
|
;;; Code:
|
|
|
|
(add-to-list 'load-path (directory-file-name
|
|
(or (file-name-directory #$) (car load-path))))
|
|
|
|
|
|
;;;### (autoloads nil "hide-lines" "hide-lines.el" (0 0 0 0))
|
|
;;; Generated autoloads from hide-lines.el
|
|
|
|
(autoload 'hide-lines "hide-lines" "\
|
|
Hide lines matching the specified regexp.
|
|
With prefix arg of 4 (C-u) hide lines that do not match the specified regexp.
|
|
With any other prefix arg, reveal all hidden lines.
|
|
|
|
\(fn &optional ARG)" t nil)
|
|
|
|
(autoload 'hide-lines-not-matching "hide-lines" "\
|
|
Hide lines that don't match the specified regexp.
|
|
|
|
\(fn SEARCH-TEXT)" t nil)
|
|
|
|
(autoload 'hide-lines-matching "hide-lines" "\
|
|
Hide lines matching the specified regexp.
|
|
|
|
\(fn SEARCH-TEXT)" t nil)
|
|
|
|
(autoload 'hide-lines-show-all "hide-lines" "\
|
|
Show all areas hidden by the filter-buffer command." t nil)
|
|
|
|
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "hide-lines" '("hide-lines-")))
|
|
|
|
;;;***
|
|
|
|
;; Local Variables:
|
|
;; version-control: never
|
|
;; no-byte-compile: t
|
|
;; no-update-autoloads: t
|
|
;; coding: utf-8
|
|
;; End:
|
|
;;; hide-lines-autoloads.el ends here
|