# HG changeset patch # User Kenichi Handa # Date 1149643228 0 # Node ID 824f88e88c327dc439bffd39eab082c286607460 # Parent ea0fe02fbe1b3cd6ef532c04b4056881dad27a03 (hack-local-variables-prop-line) (hack-local-variables): Cancel the previous change. diff -r ea0fe02fbe1b -r 824f88e88c32 lisp/files.el --- a/lisp/files.el Wed Jun 07 01:20:16 2006 +0000 +++ b/lisp/files.el Wed Jun 07 01:20:28 2006 +0000 @@ -2487,12 +2487,10 @@ ;; 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' and `char-trans' - ;; in set-auto-coding. + ;; The same can be said for `coding' 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 @@ -2582,7 +2580,7 @@ (if mode-only (if (eq var 'mode) (setq result t)) - (unless (or (eq var 'coding) (eq var 'char-trans)) + (unless (eq var 'coding) (condition-case nil (push (cons (if (eq var 'eval) 'eval