aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
authorEli Zaretskii2023-09-09 04:32:45 -0400
committerEli Zaretskii2023-09-09 04:32:45 -0400
commit0273914921833d2e2b6548cf69297c24a50cff74 (patch)
tree8007efa413cf93f51d1feb797f70256afba513a9 /src/buffer.h
parentf77ea3b2d75dbb6fd956f00b1c598d2664aa8400 (diff)
parentbc56da92d8df806ff9ec66be70920d98e0ef5b42 (diff)
downloademacs-0273914921833d2e2b6548cf69297c24a50cff74.tar.gz
emacs-0273914921833d2e2b6548cf69297c24a50cff74.zip
Merge from origin/emacs-29
bc56da92d8d ; Fix error in 'tex-recenter-output-buffer' d17c5adc057 Fix regexp for recognizing PBM images 9e9f61866e7 Improve wording in ELisp manual 7427efa033b Fix typo (Bug#65764) 59c66244080 ; * lisp/ido.el (ido-completion-buffer): Fix :type (bug#6... 4ec4b18c2a0 Fix libgccjit build on Haiku 80bdcf8f351 (regexp-tests-backtrack-optimization): Mark it as failing 8a9e653cc82 ; Add regression test for bug#65726 6fad73d7cc5 * src/regex-emacs.c (mutually_exclusive_p): Fix inf-loop ... 1d3d4196073 ; * lisp/files.el (save-some-buffers-functions): Doc fix ... 42b14c6e5bb Bump seq version to 2.24 ff5190a174f Add note on ELPA to admin/notes/bug-triage f1e4cbe72aa ; * etc/PROBLEMS: Minor wording fix. fd5593c7f25 * etc/PROBLEMS: Mention bug#65432 and its remedy. dd896ea1e62 Ignore errors when checking for object initializers (bug#... 3550f44c17c ; Fix typos 5b246b9b817 * CONTRIBUTE: Document making ChangeLogs with Magit. 0bd46619413 Doc fixes for obsolete functions and variables 524c0c34f24 ; * lisp/ffap.el (ffap-rfs-regexp): Fix :type (bug#65698). f48dccc4675 Merge branch 'emacs-29' of git.savannah.gnu.org:/srv/git/... 71a85e22668 A revision to the Widget manual dbbcf4a6599 Fix fontification of " in edit-kbd-macro # Conflicts: # test/src/regex-emacs-tests.el
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/buffer.h b/src/buffer.h
index e71ffe28045..b2bd15657dc 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -656,9 +656,9 @@ struct buffer
656 ptrdiff_t last_window_start; 656 ptrdiff_t last_window_start;
657 657
658 /* If the long line scan cache is enabled (i.e. the buffer-local 658 /* If the long line scan cache is enabled (i.e. the buffer-local
659 variable cache-long-line-scans is non-nil), newline_cache 659 variable cache-long-scans is non-nil), newline_cache points to
660 points to the newline cache, and width_run_cache points to the 660 the newline cache, and width_run_cache points to the width run
661 width run cache. 661 cache.
662 662
663 The newline cache records which stretches of the buffer are 663 The newline cache records which stretches of the buffer are
664 known *not* to contain newlines, so that they can be skipped 664 known *not* to contain newlines, so that they can be skipped