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