aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorStefan Monnier2026-01-13 10:18:46 -0500
committerStefan Monnier2026-01-13 10:18:46 -0500
commit3e2ee9869d238a2171aa0e3c350c96c5c6b12931 (patch)
tree09fee6e68d98ace5845d69e07a755da645efa364 /java
parentcffc4278eb7cbcceaaaaccfd2217b224c0ad6818 (diff)
downloademacs-3e2ee9869d238a2171aa0e3c350c96c5c6b12931.tar.gz
emacs-3e2ee9869d238a2171aa0e3c350c96c5c6b12931.zip
sgml-mode.el: Prefer `forward-sexp` over `forward-list`
They're always called immediately before a `<` char, in which case they do the same anyway. This saves us from having to touch `forward-list-function` in addition to `forward-exp-function`. While at it, change `sgml-tags-invisible` to use `define-minor-mode`. * lisp/textmodes/sgml-mode.el (sgml-delete-tag) (sgml-electric-tag-pair-before-change-function): Prefer `forward-sexp` over `forward-list`. (sgml-tags-invisible): Define with `define-minor-mode`. Don't disable `cursor-sensor-mode` when we don't need it any more, since some other package may be using it. Remove redundant binding of `inhibit-read-only`.
Diffstat (limited to 'java')
0 files changed, 0 insertions, 0 deletions