# HG changeset patch # User Kenichi Handa # Date 1149229693 0 # Node ID c4f7808cbe564b2759db2f7704fbfcb9630bebfb # Parent cb001b5b571b3b3ae01a27617e9e37ecb3eb363d (hack-local-variables-prop-line): Ignore `char-trans' as well as `coding'. diff -r cb001b5b571b -r c4f7808cbe56 lisp/files.el --- a/lisp/files.el Fri Jun 02 03:54:14 2006 +0000 +++ b/lisp/files.el Fri Jun 02 06:28:13 2006 +0000 @@ -2487,10 +2487,12 @@ ;; case when checking for `mode' in set-auto-mode, ;; so we must do that here as well. ;; That is inconsistent, but we're stuck with it. - ;; The same can be said for `coding' in set-auto-coding. + ;; The same can be said for `coding' and `char-trans' + ;; in set-auto-coding. (or (and (equal (downcase (symbol-name key)) "mode") (setq mode-specified t)) (equal (downcase (symbol-name key)) "coding") + (equal (downcase (symbol-name key)) "char-trans") (condition-case nil (push (cons (if (eq key 'eval) 'eval