;;; log4e-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*- ;; Generated by the `loaddefs-generate' function. ;; This file is part of GNU Emacs. ;;; Code: (add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path))) ;;; Generated autoloads from log4e.el (autoload 'log4e-mode "log4e" "\ Major mode for browsing a buffer made by log4e. \\ \\{log4e-mode-map} (fn)" t) (autoload 'log4e:insert-start-log-quickly "log4e" "\ Insert logging statment for trace level log at start of current function/macro." t) (register-definition-prefixes "log4e" '("log4e")) ;;; End of scraped data (provide 'log4e-autoloads) ;; Local Variables: ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t ;; no-native-compile: t ;; coding: utf-8-emacs-unix ;; End: ;;; log4e-autoloads.el ends here