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-lock.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/font-lock.el
Date: Tue, 26 Apr 2005 10:14:43 -0400

Index: emacs/lisp/font-lock.el
diff -c emacs/lisp/font-lock.el:1.241 emacs/lisp/font-lock.el:1.242
*** emacs/lisp/font-lock.el:1.241       Mon Apr 25 11:10:22 2005
--- emacs/lisp/font-lock.el     Tue Apr 26 14:14:42 2005
***************
*** 568,575 ****
  (defvar font-lock-fontify-region-function 'font-lock-default-fontify-region
    "Function to use for fontifying a region.
  It should take two args, the beginning and end of the region, and an optional
! third arg VERBOSE.  If non-nil, the function should print status messages.
! This is normally set via `font-lock-defaults'.")
  
  (defvar font-lock-unfontify-region-function 
'font-lock-default-unfontify-region
    "Function to use for unfontifying a region.
--- 568,575 ----
  (defvar font-lock-fontify-region-function 'font-lock-default-fontify-region
    "Function to use for fontifying a region.
  It should take two args, the beginning and end of the region, and an optional
! third arg VERBOSE.  If VERBOSE is non-nil, the function should print status
! messages.  This is normally set via `font-lock-defaults'.")
  
  (defvar font-lock-unfontify-region-function 
'font-lock-default-unfontify-region
    "Function to use for unfontifying a region.
***************
*** 1637,1643 ****
      (((class color) (min-colors 8) (background dark))
       (:foreground "red1"))
      (t (:weight bold :slant italic)))
!   "Font Lock mode face used to highlight comments."
    :group 'font-lock-highlighting-faces)
  
  (defface font-lock-comment-face
--- 1637,1643 ----
      (((class color) (min-colors 8) (background dark))
       (:foreground "red1"))
      (t (:weight bold :slant italic)))
!   "Font Lock mode face used to highlight comment delimiters."
    :group 'font-lock-highlighting-faces)
  
  (defface font-lock-comment-face




reply via email to

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