/[emacs]/emacs/src/coding.c
ViewVC logotype

Diff of /emacs/src/coding.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.284 by handa, Sat May 31 00:56:42 2003 UTC revision 1.285 by fx, Mon Jun 2 18:49:29 2003 UTC
# Line 399  Lisp_Object Qcoding_system_p, Qcoding_sy Line 399  Lisp_Object Qcoding_system_p, Qcoding_sy
399     end-of-line format.  */     end-of-line format.  */
400  Lisp_Object Qemacs_mule, Qraw_text;  Lisp_Object Qemacs_mule, Qraw_text;
401    
402    Lisp_Object Qutf_8;
403    
404  /* Coding-systems are handed between Emacs Lisp programs and C internal  /* Coding-systems are handed between Emacs Lisp programs and C internal
405     routines by the following three variables.  */     routines by the following three variables.  */
406  /* Coding-system for reading files and receiving data from process.  */  /* Coding-system for reading files and receiving data from process.  */
# Line 7584  syms_of_coding () Line 7586  syms_of_coding ()
7586    Qraw_text = intern ("raw-text");    Qraw_text = intern ("raw-text");
7587    staticpro (&Qraw_text);    staticpro (&Qraw_text);
7588    
7589      Qutf_8 = intern ("utf-8");
7590      staticpro (&Qutf_8);
7591    
7592    defsubr (&Scoding_system_p);    defsubr (&Scoding_system_p);
7593    defsubr (&Sread_coding_system);    defsubr (&Sread_coding_system);
7594    defsubr (&Sread_non_nil_coding_system);    defsubr (&Sread_non_nil_coding_system);

Legend:
Removed from v.1.284  
changed lines
  Added in v.1.285

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26