diff options
| author | Dave Love | 2002-11-06 23:31:21 +0000 |
|---|---|---|
| committer | Dave Love | 2002-11-06 23:31:21 +0000 |
| commit | 002fdb4486dde0e470855baf17dbf9bd54764d79 (patch) | |
| tree | c9b2952612e2e617c3b5d26e91086bfc72c4a3b0 /src/coding.c | |
| parent | 24c9eeeb1d4392a085a1fa3eda061fa6ddd78f38 (diff) | |
| download | emacs-002fdb4486dde0e470855baf17dbf9bd54764d79.tar.gz emacs-002fdb4486dde0e470855baf17dbf9bd54764d79.zip | |
Reformat some DEFUNs so that etags works.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/src/coding.c b/src/coding.c index 7239c9f9c76..bdba5fa3760 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -485,6 +485,9 @@ Lisp_Object Vcharset_revision_alist; | |||
| 485 | /* Default coding systems used for process I/O. */ | 485 | /* Default coding systems used for process I/O. */ |
| 486 | Lisp_Object Vdefault_process_coding_system; | 486 | Lisp_Object Vdefault_process_coding_system; |
| 487 | 487 | ||
| 488 | /* Char table for translating Quail and self-inserting input. */ | ||
| 489 | Lisp_Object Vtranslation_table_for_input; | ||
| 490 | |||
| 488 | /* Global flag to tell that we can't call post-read-conversion and | 491 | /* Global flag to tell that we can't call post-read-conversion and |
| 489 | pre-write-conversion functions. Usually the value is zero, but it | 492 | pre-write-conversion functions. Usually the value is zero, but it |
| 490 | is set to 1 temporarily while such functions are running. This is | 493 | is set to 1 temporarily while such functions are running. This is |
| @@ -6888,8 +6891,7 @@ Return the corresponding character code in Big5. */) | |||
| 6888 | return val; | 6891 | return val; |
| 6889 | } | 6892 | } |
| 6890 | 6893 | ||
| 6891 | DEFUN ("set-terminal-coding-system-internal", | 6894 | DEFUN ("set-terminal-coding-system-internal", Fset_terminal_coding_system_internal, |
| 6892 | Fset_terminal_coding_system_internal, | ||
| 6893 | Sset_terminal_coding_system_internal, 1, 1, 0, | 6895 | Sset_terminal_coding_system_internal, 1, 1, 0, |
| 6894 | doc: /* Internal use only. */) | 6896 | doc: /* Internal use only. */) |
| 6895 | (coding_system) | 6897 | (coding_system) |
| @@ -6908,8 +6910,7 @@ DEFUN ("set-terminal-coding-system-internal", | |||
| 6908 | return Qnil; | 6910 | return Qnil; |
| 6909 | } | 6911 | } |
| 6910 | 6912 | ||
| 6911 | DEFUN ("set-safe-terminal-coding-system-internal", | 6913 | DEFUN ("set-safe-terminal-coding-system-internal", Fset_safe_terminal_coding_system_internal, |
| 6912 | Fset_safe_terminal_coding_system_internal, | ||
| 6913 | Sset_safe_terminal_coding_system_internal, 1, 1, 0, | 6914 | Sset_safe_terminal_coding_system_internal, 1, 1, 0, |
| 6914 | doc: /* Internal use only. */) | 6915 | doc: /* Internal use only. */) |
| 6915 | (coding_system) | 6916 | (coding_system) |
| @@ -6927,16 +6928,15 @@ DEFUN ("set-safe-terminal-coding-system-internal", | |||
| 6927 | return Qnil; | 6928 | return Qnil; |
| 6928 | } | 6929 | } |
| 6929 | 6930 | ||
| 6930 | DEFUN ("terminal-coding-system", | 6931 | DEFUN ("terminal-coding-system", Fterminal_coding_system, |
| 6931 | Fterminal_coding_system, Sterminal_coding_system, 0, 0, 0, | 6932 | Sterminal_coding_system, 0, 0, 0, |
| 6932 | doc: /* Return coding system specified for terminal output. */) | 6933 | doc: /* Return coding system specified for terminal output. */) |
| 6933 | () | 6934 | () |
| 6934 | { | 6935 | { |
| 6935 | return terminal_coding.symbol; | 6936 | return terminal_coding.symbol; |
| 6936 | } | 6937 | } |
| 6937 | 6938 | ||
| 6938 | DEFUN ("set-keyboard-coding-system-internal", | 6939 | DEFUN ("set-keyboard-coding-system-internal", Fset_keyboard_coding_system_internal, |
| 6939 | Fset_keyboard_coding_system_internal, | ||
| 6940 | Sset_keyboard_coding_system_internal, 1, 1, 0, | 6940 | Sset_keyboard_coding_system_internal, 1, 1, 0, |
| 6941 | doc: /* Internal use only. */) | 6941 | doc: /* Internal use only. */) |
| 6942 | (coding_system) | 6942 | (coding_system) |
| @@ -6949,8 +6949,8 @@ DEFUN ("set-keyboard-coding-system-internal", | |||
| 6949 | return Qnil; | 6949 | return Qnil; |
| 6950 | } | 6950 | } |
| 6951 | 6951 | ||
| 6952 | DEFUN ("keyboard-coding-system", | 6952 | DEFUN ("keyboard-coding-system", Fkeyboard_coding_system, |
| 6953 | Fkeyboard_coding_system, Skeyboard_coding_system, 0, 0, 0, | 6953 | Skeyboard_coding_system, 0, 0, 0, |
| 6954 | doc: /* Return coding system specified for decoding keyboard input. */) | 6954 | doc: /* Return coding system specified for decoding keyboard input. */) |
| 6955 | () | 6955 | () |
| 6956 | { | 6956 | { |
| @@ -7560,6 +7560,10 @@ The other way to read escape sequences in a file without decoding is | |||
| 7560 | to explicitly specify some coding system that doesn't use ISO2022's | 7560 | to explicitly specify some coding system that doesn't use ISO2022's |
| 7561 | escape sequence (e.g `latin-1') on reading by \\[universal-coding-system-argument]. */); | 7561 | escape sequence (e.g `latin-1') on reading by \\[universal-coding-system-argument]. */); |
| 7562 | inhibit_iso_escape_detection = 0; | 7562 | inhibit_iso_escape_detection = 0; |
| 7563 | |||
| 7564 | DEFVAR_LISP ("translation-table-for-input", &Vtranslation_table_for_input, | ||
| 7565 | doc: /* Char table for translating self-inserting characters. */); | ||
| 7566 | Vtranslation_table_for_input = Qnil; | ||
| 7563 | } | 7567 | } |
| 7564 | 7568 | ||
| 7565 | char * | 7569 | char * |