1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(hack-local-variables): Ignore char-trans' as well as coding'.

This commit is contained in:
Kenichi Handa 2006-06-02 06:34:00 +00:00
parent 09e5712dd1
commit 8a3d7ed346

View 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