This repository was archived by the owner on Nov 26, 2025. It is now read-only.
Commit 3cf8ccb
Replace obsolete function
Emacs 29.1+ emits a warning when code using `point-at-eol` is compiled; see
emacs/master commit b7e867. This is a trivial but safe change to get rid of that
warning. `point-at-eol` seems to have been the same thing as `line-end-position`
since 1999 (emacs/master commit 475fb2f). I've tested this briefly and the
behavior of `zig-end-of-defun` does seem to be the same with this change.point-at-eol with equivalent.1 parent d5b00bc commit 3cf8ccb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
0 commit comments