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


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/coding.h
Date: Mon, 02 Jun 2003 14:49:53 -0400

Index: emacs/src/coding.h
diff -c emacs/src/coding.h:1.66 emacs/src/coding.h:1.67
*** emacs/src/coding.h:1.66     Thu May 22 01:52:15 2003
--- emacs/src/coding.h  Mon Jun  2 14:49:53 2003
***************
*** 614,619 ****
--- 614,621 ----
  
  #endif /* !WINDOWSNT */
  
+ #define ENCODE_UTF_8(str) code_convert_string_norecord (str, Qutf_8, 1)
+ 
  /* Extern declarations.  */
  extern int decode_coding P_ ((struct coding_system *, const unsigned char *,
                              unsigned char *, int, int));
***************
*** 655,660 ****
--- 657,663 ----
  extern Lisp_Object Qraw_text, Qemacs_mule;
  extern Lisp_Object Qbuffer_file_coding_system;
  extern Lisp_Object Vcoding_category_list;
+ extern Lisp_Object Qutf_8;
  
  extern Lisp_Object Qtranslation_table;
  extern Lisp_Object Qtranslation_table_id;




reply via email to

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