]> git.eshelyaron.com Git - emacs.git/commitdiff
(hack-local-variables): Don't query about fake variables.
authorRichard M. Stallman <rms@gnu.org>
Tue, 29 Jan 2008 14:45:13 +0000 (14:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 29 Jan 2008 14:45:13 +0000 (14:45 +0000)
lisp/files.el

index ea327f48f2c03537461d91f6311303fb9759ea71..7c0557cd5adea139524af02352b408a768a9e9a6 100644 (file)
@@ -2767,7 +2767,8 @@ is specified, returning t if it is specified."
            (dolist (elt result)
              (let ((var (car elt))
                    (val (cdr elt)))
-               (or (eq var 'mode)
+               ;; Don't query about the fake variables.
+               (or (memq var '(mode unibyte coding))
                    (and (eq var 'eval)
                         (or (eq enable-local-eval t)
                             (hack-one-local-variable-eval-safep