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
c3702194
Commit
c3702194
authored
Sep 14, 2008
by
Kenichi Handa
Browse files
(Finsert_file_contents): Delete incorrect decrement of specpdl_ptr.
parent
896c7266
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
src/ChangeLog
src/ChangeLog
+10
-0
src/fileio.c
src/fileio.c
+0
-1
No files found.
src/ChangeLog
View file @
c3702194
2008-09-14 Kenichi Handa <handa@m17n.org>
* fileio.c (Finsert_file_contents): Delete incorrect decrement of
specpdl_ptr.
2008-09-12 Kenichi Handa <handa@m17n.org>
* indent.c (scan_for_column): Don't handle automatic composition
...
...
@@ -90,6 +95,11 @@
* buffer.c (Fbuffer_swap_text): Reset window->point markers.
2008-09-07 Kenichi Handa <handa@m17n.org>
* composite.c (FORWARD_CHAR): Check STOP after
incrementing (POSITION).pos.
2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* process.c (Fsystem_process_attributes): Doc fix.
...
...
src/fileio.c
View file @
c3702194
...
...
@@ -3673,7 +3673,6 @@ variable `last-coding-system-used' to the coding system actually used. */)
if (bufpos == inserted)
{
specpdl_ptr--;
/* Truncate the buffer to the size of the file. */
if (same_at_start == same_at_end)
nochange = 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