;;; modern-cpp-font-lock-autoloads.el --- automatically extracted autoloads ;; ;;; Code: (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) ;;;### (autoloads nil "modern-cpp-font-lock" "modern-cpp-font-lock.el" ;;;;;; (0 0 0 0)) ;;; Generated autoloads from modern-cpp-font-lock.el (autoload 'modern-c++-font-lock-mode "modern-cpp-font-lock" "\ Provides font-locking as a Minor Mode for Modern C++ If called interactively, enable Modern-C++-Font-Lock mode if ARG is positive, and disable it if ARG is zero or negative. If called from Lisp, also enable the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'; disable the mode otherwise. \(fn &optional ARG)" t nil) (put 'modern-c++-font-lock-global-mode 'globalized-minor-mode t) (defvar modern-c++-font-lock-global-mode nil "\ Non-nil if Modern-C++-Font-Lock-Global mode is enabled. See the `modern-c++-font-lock-global-mode' command for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `modern-c++-font-lock-global-mode'.") (custom-autoload 'modern-c++-font-lock-global-mode "modern-cpp-font-lock" nil) (autoload 'modern-c++-font-lock-global-mode "modern-cpp-font-lock" "\ Toggle Modern-C++-Font-Lock mode in all buffers. With prefix ARG, enable Modern-C++-Font-Lock-Global mode if ARG is positive; otherwise, disable it. If called from Lisp, enable the mode if ARG is omitted or nil. Modern-C++-Font-Lock mode is enabled in all buffers where `(lambda nil (when (apply 'derived-mode-p '(c++-mode)) (modern-c++-font-lock-mode 1)))' would do it. See `modern-c++-font-lock-mode' for more information on Modern-C++-Font-Lock mode. \(fn &optional ARG)" t nil) (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "modern-cpp-font-lock" '("modern-c++-"))) ;;;*** ;; Local Variables: ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t ;; coding: utf-8 ;; End: ;;; modern-cpp-font-lock-autoloads.el ends here