emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/lazy-lock.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/lazy-lock.el
Date: Tue, 04 Feb 2003 06:33:21 -0500

Index: emacs/lisp/lazy-lock.el
diff -c emacs/lisp/lazy-lock.el:1.28 emacs/lisp/lazy-lock.el:1.29
*** emacs/lisp/lazy-lock.el:1.28        Sun Mar 17 23:29:13 2002
--- emacs/lisp/lazy-lock.el     Tue Feb  4 06:33:21 2003
***************
*** 38,44 ****
  ;; See also the fast-lock package.  (But don't use them at the same time!)
  
  ;; Installation:
! ;; 
  ;; Put in your ~/.emacs:
  ;;
  ;; (setq font-lock-support-mode 'lazy-lock-mode)
--- 38,44 ----
  ;; See also the fast-lock package.  (But don't use them at the same time!)
  
  ;; Installation:
! ;;
  ;; Put in your ~/.emacs:
  ;;
  ;; (setq font-lock-support-mode 'lazy-lock-mode)
***************
*** 449,455 ****
  taking longer to fontify, you could increase the value of this variable.
  See also `lazy-lock-stealth-load'."
    :type '(choice (const :tag "never" nil)
!                (number :tag "seconds"))         
    :group 'lazy-lock)
  
  (defcustom lazy-lock-stealth-verbose
--- 449,455 ----
  taking longer to fontify, you could increase the value of this variable.
  See also `lazy-lock-stealth-load'."
    :type '(choice (const :tag "never" nil)
!                (number :tag "seconds"))
    :group 'lazy-lock)
  
  (defcustom lazy-lock-stealth-verbose




reply via email to

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