aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/coding.h b/src/coding.h
index 7233726a250..a69f3c938fb 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -686,8 +686,7 @@ struct coding_system
686 ? code_convert_string_norecord (str, Vlocale_coding_system, 0) \ 686 ? code_convert_string_norecord (str, Vlocale_coding_system, 0) \
687 : str) 687 : str)
688 688
689/* Used by the gtk menu code. Note that this encodes utf-8, not 689/* Note that this encodes utf-8, not utf-8-emacs, so it's not a no-op. */
690 utf-8-emacs, so it's not a no-op. */
691#define ENCODE_UTF_8(str) code_convert_string_norecord (str, Qutf_8, 1) 690#define ENCODE_UTF_8(str) code_convert_string_norecord (str, Qutf_8, 1)
692 691
693/* Extern declarations. */ 692/* Extern declarations. */