dotemacs

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

highlight-function-calls-autoloads.el (1129B)


      1 ;;; highlight-function-calls-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 highlight-function-calls.el
     13 
     14 (autoload 'highlight-function-calls-mode "highlight-function-calls" "\
     15 Highlight function calls.
     16 
     17 Toggle highlighting of function calls on or off.
     18 
     19 With a prefix argument ARG, enable if ARG is positive, and
     20 disable it otherwise. If called from Lisp, enable the mode if ARG
     21 is omitted or nil, and toggle it if ARG is `toggle'.
     22 
     23 (fn &optional ARG)" t)
     24 (register-definition-prefixes "highlight-function-calls" '("highlight-function-calls-"))
     25 
     26 ;;; End of scraped data
     27 
     28 (provide 'highlight-function-calls-autoloads)
     29 
     30 ;; Local Variables:
     31 ;; version-control: never
     32 ;; no-byte-compile: t
     33 ;; no-update-autoloads: t
     34 ;; no-native-compile: t
     35 ;; coding: utf-8-emacs-unix
     36 ;; End:
     37 
     38 ;;; highlight-function-calls-autoloads.el ends here