aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorRichard Stallman2020-02-06 18:30:47 -0500
committerRichard Stallman2020-02-06 18:30:47 -0500
commitc4be80112556e06bd7e92138e44051cc8c62e709 (patch)
tree2392fb385569e10ad9d4d0ab2a48a1771131bf4e /src/coding.c
parent53f0de5d7719b43f184ce1a910f14882aedc50bc (diff)
parent15814d0ccd95848a2a0513d93ab718a49b289598 (diff)
downloademacs-c4be80112556e06bd7e92138e44051cc8c62e709.tar.gz
emacs-c4be80112556e06bd7e92138e44051cc8c62e709.zip
Merge
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coding.c b/src/coding.c
index ed755b1afcf..8b54281c0bf 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -11745,6 +11745,8 @@ syms_of_coding (void)
11745 11745
11746 DEFSYM (Qignored, "ignored"); 11746 DEFSYM (Qignored, "ignored");
11747 11747
11748 DEFSYM (Qutf_8_string_p, "utf-8-string-p");
11749
11748 defsubr (&Scoding_system_p); 11750 defsubr (&Scoding_system_p);
11749 defsubr (&Sread_coding_system); 11751 defsubr (&Sread_coding_system);
11750 defsubr (&Sread_non_nil_coding_system); 11752 defsubr (&Sread_non_nil_coding_system);