mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 07:11:34 -08:00
Replace the use of 'elisp-scope-face(-1)' for analyzing face specifications with 'elisp-scope-1' calls with an appropriate OUTSPEC argument. This allows us to analyze face specifications even when they are not passed directly to relevant functions, but rather appear in a tail position of a form that evaluates to a face specification. * lisp/emacs-lisp/elisp-scope.el (elisp-scope--match-spec-to-arg): Add new 'face' spec. Use it instead of... (elisp-scope-face, elisp-scope-face-1): ...these functions. Remove them, no longer used. * test/lisp/progmodes/elisp-mode-resources/semantic-highlighting.el: Add test. |
||
|---|---|---|
| .. | ||
| elisp-indents.erts | ||
| flet.erts | ||
| semantic-highlighting.el | ||
| simple-shorthand-test.el | ||