dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

esxml-autoloads.el (824B)


      1 ;;; esxml-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 (file-name-directory load-file-name)) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from esxml.el
     13 
     14 (register-definition-prefixes "esxml" '("attr" "esxml-" "pp-esxml-to-xml" "string-trim-whitespace" "sxml-to-" "xml-to-esxml"))
     15 
     16 
     17 ;;; Generated autoloads from esxml-query.el
     18 
     19 (register-definition-prefixes "esxml-query" '("esxml-"))
     20 
     21 ;;; End of scraped data
     22 
     23 (provide 'esxml-autoloads)
     24 
     25 ;; Local Variables:
     26 ;; version-control: never
     27 ;; no-byte-compile: t
     28 ;; no-update-autoloads: t
     29 ;; no-native-compile: t
     30 ;; coding: utf-8-emacs-unix
     31 ;; End:
     32 
     33 ;;; esxml-autoloads.el ends here