dotemacs

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

esxml-autoloads.el (906B)


      1 ;;; esxml-autoloads.el --- automatically extracted autoloads
      2 ;;
      3 ;;; Code:
      4 
      5 (add-to-list 'load-path (directory-file-name
      6                          (or (file-name-directory #$) (car load-path))))
      7 
      8 
      9 ;;;### (autoloads nil "esxml" "esxml.el" (0 0 0 0))
     10 ;;; Generated autoloads from esxml.el
     11 
     12 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "esxml" '("attr" "esxml-" "pp-esxml-to-xml" "string-trim-whitespace" "sxml-to-" "xml-to-esxml")))
     13 
     14 ;;;***
     15 
     16 ;;;### (autoloads nil "esxml-query" "esxml-query.el" (0 0 0 0))
     17 ;;; Generated autoloads from esxml-query.el
     18 
     19 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "esxml-query" '("esxml-")))
     20 
     21 ;;;***
     22 
     23 ;;;### (autoloads nil nil ("esxml-pkg.el") (0 0 0 0))
     24 
     25 ;;;***
     26 
     27 ;; Local Variables:
     28 ;; version-control: never
     29 ;; no-byte-compile: t
     30 ;; no-update-autoloads: t
     31 ;; coding: utf-8
     32 ;; End:
     33 ;;; esxml-autoloads.el ends here