/[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.6 by walters, Sun Jun 9 00:41:11 2002 UTC revision 1.7 by walters, Sun Jun 9 02:27:43 2002 UTC
# Line 270  Sets various variables using `font-lock- Line 270  Sets various variables using `font-lock-
270      (make-local-variable 'font-lock-fontified)      (make-local-variable 'font-lock-fontified)
271      (make-local-variable 'font-lock-multiline)      (make-local-variable 'font-lock-multiline)
272      (let ((defaults (or font-lock-defaults      (let ((defaults (or font-lock-defaults
273                          (assq major-mode font-lock-defaults-alist))))                          (cdr (assq major-mode font-lock-defaults-alist)))))
274        ;; Variable alist?        ;; Variable alist?
275        (dolist (x (nthcdr 5 defaults))        (dolist (x (nthcdr 5 defaults))
276          (set (make-local-variable (car x)) (cdr x)))          (set (make-local-variable (car x)) (cdr x)))

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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