OVERRIDES will be installed globally for this major mode. If MODE is
nil, OVERRIDES will be installed locally in the current buffer. This
later installation should be done in MODE hook."
+ (declare (obsolete define-mode-local-override "29.1"))
(mode-local-bind
;; Add the semantic- prefix to OVERLOAD short names.
(mapcar
(unless (derived-mode-p 'emacs-lisp-mode)
(emacs-lisp-mode))
-;;;; Header + Prologue
+ ;; Header + Prologue
(insert header
"\f\n;;; Prologue\n;;\n"
(save-excursion
-;;;; Declarations
+ ;; Declarations
(insert "\f\n;;; Declarations\n;;\n")
(semantic-grammar-setup-data))
"Setup the Semantic Parser.")
-;;;; Analyzers
+ ;; Analyzers
(insert "\f\n;;; Analyzers\n;;\n")
(semantic-grammar-insert-defanalyzers)
-;;;; Epilogue & Footer
+ ;; Epilogue & Footer
(insert "\f\n;;; Epilogue\n;;\n"
epilogue
;; have created this language for, and force them to call our
;; setup function again, refreshing all semantic data, and
;; enabling them to work with the new code just created.
-;;;; FIXME?
+ ;; FIXME?
;; At this point, I don't know any user's defined setup code :-(
;; At least, what I can do for now, is to run the generated
;; parser-install function.