(semantic-decoration-include-visit)
(semantic-decoration-unparsed-include-do-reset): Autoload.
(princ (oref r file)))
)))
-;;;;###autoload
+;;;###autoload
(defun semantic-decoration-include-visit ()
"Visit the included file at point."
(interactive)
buf)
)))
-;;;;###autoload
+;;;###autoload
(defun semantic-decoration-unparsed-include-do-reset ()
"Do a reset of unparsed includes in the current buffer."
(let* ((style (assoc "semantic-decoration-on-includes"
(provide 'semantic/decorate/include)
+;; Local variables:
+;; generated-autoload-file: "../loaddefs.el"
+;; generated-autoload-feature: semantic/loaddefs
+;; generated-autoload-load-name: "semantic/decorate/include"
+;; End:
+
;;; semantic/decorate/include.el ends here