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

lisp/files.el

index b4bc8f9ffec2e87ea9fe38921989d3fcb2af44a9..65baa60e173e97970b176f7a03f979ccbcdc0dde 100644 (file)
@@ -2487,10 +2487,12 @@ and VAL is the specified value."
                 ;; 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