config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

wgrep-autoloads.el (767B)


      1 ;;; wgrep-autoloads.el --- automatically extracted autoloads (do not edit)   -*- lexical-binding: t -*-
      2 ;; Generated by the `loaddefs-generate' function.
      3 
      4 ;; This file is part of GNU Emacs.
      5 
      6 ;;; Code:
      7 
      8 (add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from wgrep.el
     13 
     14 (autoload 'wgrep-setup "wgrep" "\
     15 Setup wgrep preparation.")
     16 (add-hook 'grep-setup-hook 'wgrep-setup)
     17 (register-definition-prefixes "wgrep" '("wgrep-"))
     18 
     19 ;;; End of scraped data
     20 
     21 (provide 'wgrep-autoloads)
     22 
     23 ;; Local Variables:
     24 ;; version-control: never
     25 ;; no-byte-compile: t
     26 ;; no-update-autoloads: t
     27 ;; no-native-compile: t
     28 ;; coding: utf-8-emacs-unix
     29 ;; End:
     30 
     31 ;;; wgrep-autoloads.el ends here