dotemacs

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

compat-autoloads.el (874B)


      1 ;;; compat-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 (directory-file-name
      9                          (or (file-name-directory #$) (car load-path))))
     10 
     11 
     12 
     13 ;;; Generated autoloads from compat-27.el
     14 
     15 (register-definition-prefixes "compat-27" '("derived-mode-p"))
     16 
     17 
     18 ;;; Generated autoloads from compat-help.el
     19 
     20 (register-definition-prefixes "compat-help" '("compat---describe"))
     21 
     22 
     23 ;;; Generated autoloads from compat-macs.el
     24 
     25 (register-definition-prefixes "compat-macs" '("compat-"))
     26 
     27 ;;; End of scraped data
     28 
     29 (provide 'compat-autoloads)
     30 
     31 ;; Local Variables:
     32 ;; version-control: never
     33 ;; no-byte-compile: t
     34 ;; no-update-autoloads: t
     35 ;; coding: utf-8-emacs-unix
     36 ;; End:
     37 
     38 ;;; compat-autoloads.el ends here