/[emacs]/emacs/lisp/font-core.el
ViewVC logotype

Diff of /emacs/lisp/font-core.el

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

revision 1.24 by monnier, Thu Feb 3 04:28:21 2005 UTC revision 1.25 by rms, Thu Feb 10 06:45:26 2005 UTC
# Line 203  this function onto `change-major-mode-ho Line 203  this function onto `change-major-mode-ho
203    ;; `font-lock-defaults'.    ;; `font-lock-defaults'.
204    (when (or font-lock-defaults    (when (or font-lock-defaults
205              (and (boundp 'font-lock-keywords) font-lock-keywords)              (and (boundp 'font-lock-keywords) font-lock-keywords)
206              (cdr (assq major-mode font-lock-defaults-alist)))              (with-no-warnings
207                 (cdr (assq major-mode font-lock-defaults-alist))))
208      (font-lock-mode-internal mode)))      (font-lock-mode-internal mode)))
209    
210  (defun turn-on-font-lock ()  (defun turn-on-font-lock ()

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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