Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
89aa725a
Commit
89aa725a
authored
Dec 14, 2005
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(code_convert_region_unwind): GCPRO arg.
parent
9c43c921
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/coding.c
src/coding.c
+5
-0
No files found.
src/ChangeLog
View file @
89aa725a
2005-12-14 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
* coding.c (code_convert_region_unwind): GCPRO arg.
2005-12-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
...
...
src/coding.c
View file @
89aa725a
...
...
@@ -5360,10 +5360,15 @@ static Lisp_Object
code_convert_region_unwind (arg)
Lisp_Object arg;
{
struct gcpro gcpro1;
GCPRO1 (arg);
inhibit_pre_post_conversion = 0;
Vlast_coding_system_used = XCAR (arg);
for (arg = XCDR (arg); ! NILP (arg); arg = XCDR (arg))
Fkill_buffer (XCAR (arg));
UNGCPRO;
return Qnil;
}
...
...
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