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.c


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

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.284 emacs/src/coding.c:1.285
*** emacs/src/coding.c:1.284    Fri May 30 20:56:42 2003
--- emacs/src/coding.c  Mon Jun  2 14:49:29 2003
***************
*** 399,404 ****
--- 399,406 ----
     end-of-line format.  */
  Lisp_Object Qemacs_mule, Qraw_text;
  
+ Lisp_Object Qutf_8;
+ 
  /* Coding-systems are handed between Emacs Lisp programs and C internal
     routines by the following three variables.  */
  /* Coding-system for reading files and receiving data from process.  */
***************
*** 7583,7588 ****
--- 7585,7593 ----
  
    Qraw_text = intern ("raw-text");
    staticpro (&Qraw_text);
+ 
+   Qutf_8 = intern ("utf-8");
+   staticpro (&Qutf_8);
  
    defsubr (&Scoding_system_p);
    defsubr (&Sread_coding_system);




reply via email to

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