aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorPo Lu2022-12-11 09:34:03 +0800
committerPo Lu2022-12-11 09:34:03 +0800
commit5737c2a3af70bc8d653abdb22922c4dc2a49e878 (patch)
tree4e718cb78d35766fb2b7ff7f7cc96fa575db53f6 /src/buffer.c
parent52de8885048daf444bdbdb34c4b3d0318dc6a76c (diff)
parent79659416f95ac986812a8b40c1260907b95aaa0b (diff)
downloademacs-5737c2a3af70bc8d653abdb22922c4dc2a49e878.tar.gz
emacs-5737c2a3af70bc8d653abdb22922c4dc2a49e878.zip
Merge from origin/emacs-29
79659416f95 ; * admin/git-bisect-start: Fix commit hash a9037aa8e81 ; Fix use-package-ensure-system-package macOS footnote 7d787564c08 Actually improve detection of long lines 118465f6fed ; Improve checkdoc.el commentary section 30e3cb21351 Unset the weight/slant/width in the spec when realizing a... 01154166057 Update to Org 9.6-31-g954a95 26a8644a587 ; tabulated-list.el: Remove duplicate obsolete declaration 29b9aeae32a ; * doc/misc/use-package.texi: Fix misplaced @end group. 3c5a41b2008 ; * doc/lispref/keymaps.texi (Searching Keymaps): Fix a t... 1753da24cd4 Fix infloop in 'shell-resync-dirs' with tcsh 2f1269c3331 ; Fix some minor issues in use-package.texi
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 71be7ed9e13..69f27c9f476 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -604,7 +604,6 @@ even if it is dead. The return value is never nil. */)
604 set_buffer_intervals (b, NULL); 604 set_buffer_intervals (b, NULL);
605 BUF_UNCHANGED_MODIFIED (b) = 1; 605 BUF_UNCHANGED_MODIFIED (b) = 1;
606 BUF_OVERLAY_UNCHANGED_MODIFIED (b) = 1; 606 BUF_OVERLAY_UNCHANGED_MODIFIED (b) = 1;
607 BUF_CHARS_UNCHANGED_MODIFIED (b) = 1;
608 BUF_END_UNCHANGED (b) = 0; 607 BUF_END_UNCHANGED (b) = 0;
609 BUF_BEG_UNCHANGED (b) = 0; 608 BUF_BEG_UNCHANGED (b) = 0;
610 *(BUF_GPT_ADDR (b)) = *(BUF_Z_ADDR (b)) = 0; /* Put an anchor '\0'. */ 609 *(BUF_GPT_ADDR (b)) = *(BUF_Z_ADDR (b)) = 0; /* Put an anchor '\0'. */