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
fdecf907
Commit
fdecf907
authored
Jan 16, 2008
by
Glenn Morris
Browse files
(select-safe-coding-system-function): Doc fix.
parent
28dd7fcf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/coding.c
src/coding.c
+3
-1
No files found.
src/ChangeLog
View file @
fdecf907
2008-01-16 Glenn Morris <rgm@gnu.org>
* coding.c (select-safe-coding-system-function): Doc fix.
2008-01-15 Glenn Morris <rgm@gnu.org>
* config.in: Revert 2008-01-13 change: this is a generated file.
...
...
src/coding.c
View file @
fdecf907
...
...
@@ -8157,7 +8157,9 @@ Only 128th through 159th elements has a meaning. */);
If set, this function is called to force a user to select a proper
coding system which can encode the text in the case that a default
coding system used in each operation can't encode the text.
coding system used in each operation can't encode the text. The
function should take care that the buffer is not modified while
the coding system is being selected.
The default value is `select-safe-coding-system' (which see). */);
Vselect_safe_coding_system_function = 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