diff options
| author | Sean Whitton | 2025-07-15 21:57:59 +0100 |
|---|---|---|
| committer | Sean Whitton | 2025-07-15 21:57:59 +0100 |
| commit | 6ee0093b21957e05bd20efed9323e9ee268d2415 (patch) | |
| tree | cfb96259529777baff80267cb40712df9b1c9cd7 /src | |
| parent | c3f3fe136cefc4c3aed960b175053e7c048aa979 (diff) | |
| download | emacs-6ee0093b21957e05bd20efed9323e9ee268d2415.tar.gz emacs-6ee0093b21957e05bd20efed9323e9ee268d2415.zip | |
; Fix recently introduced "ELisp".
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 8eec2757226..909a9db1031 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -3054,7 +3054,7 @@ hscrolling_current_line_p (struct window *w) | |||
| 3054 | Lisp form evaluation | 3054 | Lisp form evaluation |
| 3055 | ***********************************************************************/ | 3055 | ***********************************************************************/ |
| 3056 | 3056 | ||
| 3057 | /* The redisplay is not re-entrant. But we can run ELisp code during | 3057 | /* The redisplay is not re-entrant. But we can run Elisp code during |
| 3058 | redisplay, which in turn can trigger redisplay. | 3058 | redisplay, which in turn can trigger redisplay. |
| 3059 | We try to make this inner redisplay work correctly, but it messes up | 3059 | We try to make this inner redisplay work correctly, but it messes up |
| 3060 | the state of the outer redisplay, so when we return to this outer | 3060 | the state of the outer redisplay, so when we return to this outer |