emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/font-core.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/font-core.el
Date: Wed, 02 Feb 2005 23:28:22 -0500

Index: emacs/lisp/font-core.el
diff -c emacs/lisp/font-core.el:1.23 emacs/lisp/font-core.el:1.24
*** emacs/lisp/font-core.el:1.23        Mon Sep  1 15:45:12 2003
--- emacs/lisp/font-core.el     Thu Feb  3 04:28:21 2005
***************
*** 1,7 ****
  ;;; font-core.el --- Core interface to font-lock
  
! ;; Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 1999, 2000, 2001, 02, 2003
! ;;  Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
  ;; Keywords: languages, faces
--- 1,7 ----
  ;;; font-core.el --- Core interface to font-lock
  
! ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
! ;;   2002, 2003, 2005  Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
  ;; Keywords: languages, faces
***************
*** 202,207 ****
--- 202,208 ----
    ;; Only do hard work if the mode has specified stuff in
    ;; `font-lock-defaults'.
    (when (or font-lock-defaults
+           (and (boundp 'font-lock-keywords) font-lock-keywords)
            (cdr (assq major-mode font-lock-defaults-alist)))
      (font-lock-mode-internal mode)))
  
***************
*** 295,300 ****
  
  (provide 'font-core)
  
  ;;; font-core.el ends here
- 
- ;;; arch-tag: f8c286e1-02f7-41d9-b89b-1b67780aed71
--- 296,300 ----
  
  (provide 'font-core)
  
+ ;; arch-tag: f8c286e1-02f7-41d9-b89b-1b67780aed71
  ;;; font-core.el ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]