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

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

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

revision 1.279 by schwab, Sun Oct 23 09:43:43 2005 UTC revision 1.280 by dann, Mon Oct 31 16:41:14 2005 UTC
# Line 340  This can be an \"!\" or the \"n\" in \"i Line 340  This can be an \"!\" or the \"n\" in \"i
340    
341  ;; Fontification variables:  ;; Fontification variables:
342    
 ;;;###autoload  
343  (defvar font-lock-keywords nil  (defvar font-lock-keywords nil
344    "A list of the keywords to highlight.    "A list of the keywords to highlight.
345  There are two kinds of values: user-level, and compiled.  There are two kinds of values: user-level, and compiled.
# Line 630  Major/minor modes can set this variable Line 629  Major/minor modes can set this variable
629    ;; Shut up the byte compiler.    ;; Shut up the byte compiler.
630    (defvar font-lock-face-attributes))   ; Obsolete but respected if set.    (defvar font-lock-face-attributes))   ; Obsolete but respected if set.
631    
 ;;;###autoload  
632  (defun font-lock-mode-internal (arg)  (defun font-lock-mode-internal (arg)
633    ;; Turn on Font Lock mode.    ;; Turn on Font Lock mode.
634    (when arg    (when arg
# Line 652  Major/minor modes can set this variable Line 650  Major/minor modes can set this variable
650      (font-lock-unfontify-buffer)      (font-lock-unfontify-buffer)
651      (font-lock-turn-off-thing-lock)))      (font-lock-turn-off-thing-lock)))
652    
 ;;;###autoload  
653  (defun font-lock-add-keywords (mode keywords &optional append)  (defun font-lock-add-keywords (mode keywords &optional append)
654    "Add highlighting KEYWORDS for MODE.    "Add highlighting KEYWORDS for MODE.
655    
# Line 771  see the variables `c-font-lock-extra-typ Line 768  see the variables `c-font-lock-extra-typ
768  ;;      is added and removed several times.  ;;      is added and removed several times.
769  ;;  ;;
770  ;; (II) The keywords are removed from the current buffer.  ;; (II) The keywords are removed from the current buffer.
 ;;;###autoload  
771  (defun font-lock-remove-keywords (mode keywords)  (defun font-lock-remove-keywords (mode keywords)
772    "Remove highlighting KEYWORDS for MODE.    "Remove highlighting KEYWORDS for MODE.
773    
# Line 981  The value of this variable is used when Line 977  The value of this variable is used when
977  ;; directives correctly and cleanly.  (It is the same problem as fontifying  ;; directives correctly and cleanly.  (It is the same problem as fontifying
978  ;; multi-line strings and comments; regexps are not appropriate for the job.)  ;; multi-line strings and comments; regexps are not appropriate for the job.)
979    
 ;;;###autoload  
980  (defun font-lock-fontify-buffer ()  (defun font-lock-fontify-buffer ()
981    "Fontify the current buffer the way the function `font-lock-mode' would."    "Fontify the current buffer the way the function `font-lock-mode' would."
982    (interactive)    (interactive)

Legend:
Removed from v.1.279  
changed lines
  Added in v.1.280

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