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
4550efdf
Commit
4550efdf
authored
Jul 01, 2011
by
Kazuhiro Ito
Committed by
Lars Magne Ingebrigtsen
Jul 01, 2011
Browse files
* coding.c (Fencode_coding_string): Record the last coding system
used, as the function doc string says. Fixes: debbugs:8738
parent
5bd35902
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/coding.c
src/coding.c
+1
-1
No files found.
src/ChangeLog
View file @
4550efdf
2011-07-01 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny patch)
* coding.c (Fencode_coding_string): Record the last coding system
used, as the function doc string says (bug#8738).
2011-07-01 Jan Djärv <jan.h.d@swipnet.se>
* xsettings.c (store_monospaced_changed): Take new font as arg and
...
...
src/coding.c
View file @
4550efdf
...
...
@@ -9000,7 +9000,7 @@ not fully specified.) */)
(Lisp_Object string, Lisp_Object coding_system, Lisp_Object nocopy, Lisp_Object buffer)
{
return code_convert_string (string, coding_system, buffer,
1, ! NILP (nocopy),
1
);
1, ! NILP (nocopy),
0
);
}
...
...
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