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
ff955d90
Commit
ff955d90
authored
Mar 11, 2002
by
Andreas Schwab
Browse files
(syms_of_coding) <file-coding-system-alist>: Doc fix
parent
073448c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/coding.c
src/coding.c
+2
-2
No files found.
src/ChangeLog
View file @
ff955d90
2002-03-11 Andreas Schwab <schwab@suse.de>
* coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
2002-03-11 Gerd Moellmann <gerd@gnu.org>
* xterm.c (note_mouse_movement): Put code for
...
...
src/coding.c
View file @
ff955d90
/* Coding system handler (conversion, detection, and etc).
Copyright (C) 1995, 1997, 1998 Electrotechnical Laboratory, JAPAN.
Copyright (C) 1995, 1997, 1998
, 2002
Electrotechnical Laboratory, JAPAN.
Licensed to the Free Software Foundation.
Copyright (C) 2001 Free Software Foundation, Inc.
...
...
@@ -7248,7 +7248,7 @@ If VAL is a cons of coding systems, the car part is used for decoding,
and the cdr part is used for encoding.
If VAL is a function symbol, the function must return a coding system
or a cons of coding systems which are used as above. The function gets
the arguments with which `find-operation-coding-system
s
' was called.
the arguments with which `find-operation-coding-system' was called.
See also the function `find-operation-coding-system'
and the variable `auto-coding-alist'. */);
...
...
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