You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix compilation warnings and add compat dependency
- Replace deprecated `point-at-eol'/`point-at-bol' with
`line-end-position'/`line-beginning-position'
- Replace deprecated `xref-pop-marker-stack' with `xref-go-back',
guarded by fboundp for Emacs 28 compatibility
- Replace `with-demoted-errors' with `condition-case-unless-debug'
to avoid dynamic format string
- Fix `put-text-property' on constant string literal
- Fix defcustom :type specs (bare nil, 'list, double-quoted choice)
- Add compat as a dependency and use `compat-call' for
`plist-get'/`plist-put' with `equal' comparator, replacing the
hand-rolled version-gating for deprecated `lax-plist-get'/`lax-plist-put'
- Fix remaining docstring quoting flagged by the byte-compiler
0 commit comments