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: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/font-lock.el
Date: Mon, 31 Oct 2005 11:41:17 -0500

Index: emacs/lisp/font-lock.el
diff -c emacs/lisp/font-lock.el:1.279 emacs/lisp/font-lock.el:1.280
*** emacs/lisp/font-lock.el:1.279       Sun Oct 23 09:43:43 2005
--- emacs/lisp/font-lock.el     Mon Oct 31 16:41:14 2005
***************
*** 340,346 ****
  
  ;; Fontification variables:
  
- ;;;###autoload
  (defvar font-lock-keywords nil
    "A list of the keywords to highlight.
  There are two kinds of values: user-level, and compiled.
--- 340,345 ----
***************
*** 630,636 ****
    ;; Shut up the byte compiler.
    (defvar font-lock-face-attributes)) ; Obsolete but respected if set.
  
- ;;;###autoload
  (defun font-lock-mode-internal (arg)
    ;; Turn on Font Lock mode.
    (when arg
--- 629,634 ----
***************
*** 652,658 ****
      (font-lock-unfontify-buffer)
      (font-lock-turn-off-thing-lock)))
  
- ;;;###autoload
  (defun font-lock-add-keywords (mode keywords &optional append)
    "Add highlighting KEYWORDS for MODE.
  
--- 650,655 ----
***************
*** 771,777 ****
  ;;      is added and removed several times.
  ;;
  ;; (II) The keywords are removed from the current buffer.
- ;;;###autoload
  (defun font-lock-remove-keywords (mode keywords)
    "Remove highlighting KEYWORDS for MODE.
  
--- 768,773 ----
***************
*** 981,987 ****
  ;; directives correctly and cleanly.  (It is the same problem as fontifying
  ;; multi-line strings and comments; regexps are not appropriate for the job.)
  
- ;;;###autoload
  (defun font-lock-fontify-buffer ()
    "Fontify the current buffer the way the function `font-lock-mode' would."
    (interactive)
--- 977,982 ----




reply via email to

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