# HG changeset patch # User Kenichi Handa # Date 1114494627 0 # Node ID cf49166b834db58da33a807393b6b5599dcd31ab # Parent f2c42b716361dcbeccf93c5d66198d49ddebf403 (select-safe-coding-system): Fix previous change. diff -r f2c42b716361 -r cf49166b834d lisp/international/mule-cmds.el --- a/lisp/international/mule-cmds.el Tue Apr 26 04:07:40 2005 +0000 +++ b/lisp/international/mule-cmds.el Tue Apr 26 05:50:27 2005 +0000 @@ -929,7 +929,8 @@ ;; by using `find-file-literally'. (unless (or (stringp from) find-file-literally - (memq (coding-system-type coding-system) '(0 5))) + (and coding-system + (memq (coding-system-type coding-system) '(0 5)))) (let ((auto-cs (save-excursion (save-restriction (widen)