/[emacs]/emacs/lisp/files.el
ViewVC logotype

Diff of /emacs/lisp/files.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.788 by lektu, Wed Aug 31 13:49:25 2005 UTC revision 1.789 by monnier, Mon Sep 12 15:05:21 2005 UTC
# Line 1738  in that case, this function acts as if ` Line 1738  in that case, this function acts as if `
1738        (hack-local-variables)))        (hack-local-variables)))
1739    ;; Turn font lock off and on, to make sure it takes account of    ;; Turn font lock off and on, to make sure it takes account of
1740    ;; whatever file local variables are relevant to it.    ;; whatever file local variables are relevant to it.
1741    (when (and font-lock-mode (eq (car font-lock-keywords) t))    (when (and font-lock-mode
1742                 ;; Font-lock-mode (now in font-core.el) can be ON when
1743                 ;; font-lock.el still hasn't been loaded.
1744                 (boundp 'font-lock-keywords)
1745                 (eq (car font-lock-keywords) t))
1746      (setq font-lock-keywords (cadr font-lock-keywords))      (setq font-lock-keywords (cadr font-lock-keywords))
1747      (font-lock-mode 1))      (font-lock-mode 1))
1748    

Legend:
Removed from v.1.788  
changed lines
  Added in v.1.789

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26