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: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/coding.h
Date: Tue, 17 Dec 2002 06:39:35 -0500

Index: emacs/src/coding.h
diff -c emacs/src/coding.h:1.64 emacs/src/coding.h:1.65
*** emacs/src/coding.h:1.64     Fri Jul 19 10:27:01 2002
--- emacs/src/coding.h  Tue Dec 17 06:39:34 2002
***************
*** 705,710 ****
--- 705,714 ----
     system.  */
  extern Lisp_Object Vselect_safe_coding_system_function;
  
+ /* If nonzero, on writing a file, Vselect_safe_coding_system_function
+    is called even if Vcoding_system_for_write is non-nil.  */
+ extern int coding_system_require_warning;
+ 
  /* Coding system for file names, or nil if none.  */
  extern Lisp_Object Vfile_name_coding_system;
  



reply via email to

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