Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f9f3238f
Commit
f9f3238f
authored
Mar 17, 2008
by
Stefan Monnier
Browse files
(Fbuffer_list): Declare (for use in callint.c).
parent
800a97b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
src/ChangeLog
src/ChangeLog
+6
-4
src/buffer.h
src/buffer.h
+1
-0
No files found.
src/ChangeLog
View file @
f9f3238f
2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
* buffer.h (Fbuffer_list): Declare (for use in callint.c).
2008-03-17 Andreas Schwab <schwab@suse.de>
* regex.c (re_match_2_internal): Properly match raw 8-bit bytes
...
...
@@ -28,10 +32,8 @@
* coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
(STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
(coding_alloc_by_making_gap): Fix the way to preserve data in the
gap.
(alloc_destination): Fix the 2nd arg to
coding_alloc_by_making_gap.
(coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
(alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
(encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
CHAR_STRING_ADVANCE.
(produce_chars): Fix for the case that the source and the
...
...
src/buffer.h
View file @
f9f3238f
...
...
@@ -868,6 +868,7 @@ extern void mmap_set_vars P_ ((int));
} \
} while (0)
EXFUN
(
Fbuffer_list
,
1
);
EXFUN
(
Fbuffer_live_p
,
1
);
EXFUN
(
Fbuffer_name
,
1
);
EXFUN
(
Fget_file_buffer
,
1
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment