]> git.eshelyaron.com Git - emacs.git/commitdiff
(hack-local-variables): Ignore `char-trans' as well as `coding'.
authorKenichi Handa <handa@m17n.org>
Fri, 2 Jun 2006 06:34:00 +0000 (06:34 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 2 Jun 2006 06:34:00 +0000 (06:34 +0000)
lisp/files.el

index 65baa60e173e97970b176f7a03f979ccbcdc0dde..a8016a0262ef5a925cfa564a5895d2eb06ce8072 100644 (file)
@@ -2582,7 +2582,7 @@ is specified, returning t if it is specified."
                    (if mode-only
                        (if (eq var 'mode)
                            (setq result t))
-                     (unless (eq var 'coding)
+                     (unless (or (eq var 'coding) (eq var 'char-trans))
                        (condition-case nil
                            (push (cons (if (eq var 'eval)
                                            'eval