1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-10 00:00:39 -08:00
emacs/lisp/cedet/srecode
Stefan Monnier f131e396f8 * lisp/cedet/mode-local.el: Clean up name space
Mostly renaming functions by adding `mode-local--` to their name
and leaving an obsolete alias behind, just in case.

(define-child-mode): Make obsolete.
(mode-local--set-parent): Rename from set-mode-local-parent.
(mode-local--new-bindings): Rename from new-mode-local-bindings.
Use `obarray-make`.
(mode-local--activate-bindings): Rename from activate-mode-local-bindings.
(mode-local--deactivate-bindings): Rename from
deactivate-mode-local-bindings.
(make-obsolete-overload): Rename properties with a `mode-local--` prefix.
Adjust all users.
(mode-local--overload-obsoleted-by): Rename from overload-obsoleted-by.
(mode-local--overload-that-obsolete): Rename from overload-that-obsolete.
(mode-local--function-overload-p): Rename from function-overload-p.
(mode-local-read-function): Mark obsolete.
(mode-local--overload-docstring-extension): Rename from
overload-docstring-extension.
(mode-local--describe-overload): Rename from describe-mode-local-overload.

* lisp/cedet/semantic/fw.el (semantic-install-function-overrides):
Remove unused `mode` argument.

* lisp/cedet/semantic/grammar-wy.el (semantic-grammar-wy--install-parser):
* lisp/cedet/semantic/bovine/grammar.el (bovine-grammar-mode):
* lisp/cedet/semantic/texi.el (semantic-default-texi-setup):
* lisp/cedet/semantic/wisent/grammar.el (wisent-grammar-setupcode-builder)
(wisent-grammar-mode):
* lisp/cedet/semantic/html.el (semantic-default-html-setup):
Make the `semantic-` prefix explicit to ease grep search.
(html-helper-mode): Remove obsolete setting.

* lisp/cedet/semantic/wisent/javascript.el: Fix js-mode/javascript-mode
mixup so we don't need define-child-mode any more.
(semantic-get-local-variables, semantic-ctxt-current-symbol)
(semantic-tag-protection, semantic-analyze-scope-calculate-access):
Use `js-mode` rather than `javascript-mode` as the mode name since
that's the real mode's name.

* lisp/cedet/semantic/wisent/python.el (python-2-mode, python-3-mode):
Remove child declaration for non-existing modes.

* lisp/cedet/srecode/map.el (srecode-map-validate-file-for-mode): Simplify.
2019-10-24 23:06:23 -04:00
..
args.el Use CLOS-style accessors in oref/oset 2019-06-14 14:24:18 +02:00
compile.el Merge from origin/emacs-26 2019-06-15 09:50:33 -07:00
cpp.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ctxt.el * lisp/cedet/mode-local.el (define-overload): Declare obsolete 2019-10-11 13:54:30 -04:00
dictionary.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
document.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
el.el Use CLOS-style accessors in oref/oset 2019-06-14 14:24:18 +02:00
expandproto.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
extract.el Use CLOS-style accessors in oref/oset 2019-06-14 14:24:18 +02:00
fields.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
filters.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
find.el srecode/find compilation fix 2019-06-14 15:34:00 +02:00
getset.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
insert.el Remove obsolete name arg from two constructors 2019-06-16 16:06:34 +02:00
java.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
map.el * lisp/cedet/mode-local.el: Clean up name space 2019-10-24 23:06:23 -04:00
mode.el Remove XEmacs compat code from cedet 2019-06-20 12:51:39 +02:00
semantic.el * lisp/cedet/mode-local.el (define-overload): Declare obsolete 2019-10-11 13:54:30 -04:00
srt-mode.el Declare unknown slots to silence the compiler 2019-06-17 15:51:43 +02:00
srt.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
table.el Use CLOS-style accessors in oref/oset 2019-06-14 14:24:18 +02:00
template.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
texi.el Use CLOS-style accessors in oref/oset 2019-06-14 14:24:18 +02:00