my-emacs-d/elpa/vala-mode-0.1/vala-mode-autoloads.el

39 lines
864 B
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; vala-mode-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
;;;### (autoloads (vala-mode) "vala-mode" "vala-mode.el" (21563 47075
;;;;;; 914027 460000))
;;; Generated autoloads from vala-mode.el
(autoload 'vala-mode "vala-mode" "\
Major mode for editing Vala code.
This is a simple example of a separate mode derived from CC Mode
to support a language with syntax similar to
C#/C/C++/ObjC/Java/IDL/Pike.
The hook `c-mode-common-hook' is run with no args at mode
initialization, then `vala-mode-hook'.
Key bindings:
\\{vala-mode-map}
\(fn)" t nil)
;;;***
;;;### (autoloads nil nil ("vala-mode-pkg.el") (21563 47075 955666
;;;;;; 799000))
;;;***
(provide 'vala-mode-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; vala-mode-autoloads.el ends here