emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/coding.h [emacs-unicode-2]


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/coding.h [emacs-unicode-2]
Date: Tue, 16 Sep 2003 13:31:04 -0400

Index: emacs/src/coding.h
diff -c emacs/src/coding.h:1.67.2.1 emacs/src/coding.h:1.67.2.2
*** emacs/src/coding.h:1.67.2.1 Mon Sep  8 08:48:10 2003
--- emacs/src/coding.h  Tue Sep 16 13:31:04 2003
***************
*** 541,546 ****
--- 541,550 ----
  
  #endif /* !WINDOWSNT */
  
+ /* Used by the gtk menu code.  Note that this encodes utf-8, not
+    utf-8-emacs, so it's not a no-op.  */
+ #define ENCODE_UTF_8(str) code_convert_string_norecord (str, Qutf_8, 1)
+ 
  /* Extern declarations.  */
  extern Lisp_Object make_conversion_work_buffer P_ ((int, int));
  extern int decoding_buffer_size P_ ((struct coding_system *, int));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]