Index: emacs/lisp/obsolete/lazy-lock.el
diff -c emacs/lisp/obsolete/lazy-lock.el:1.5 
emacs/lisp/obsolete/lazy-lock.el:1.6
*** emacs/lisp/obsolete/lazy-lock.el:1.5        Thu Sep  1 13:59:51 2005
--- emacs/lisp/obsolete/lazy-lock.el    Fri Sep  2 18:40:20 2005
***************
*** 526,533 ****
                   (if arg (> (prefix-numeric-value arg) 0) (not was-on)))))
      (cond ((and now-on (not font-lock-mode))
           ;; Turned on `lazy-lock-mode' rather than `font-lock-mode'.
!          (let ((font-lock-support-mode 'lazy-lock-mode))
!            (font-lock-mode t)))
          (now-on
           ;; Turn ourselves on.
           (set (make-local-variable 'lazy-lock-mode) t)
--- 526,533 ----
                   (if arg (> (prefix-numeric-value arg) 0) (not was-on)))))
      (cond ((and now-on (not font-lock-mode))
           ;; Turned on `lazy-lock-mode' rather than `font-lock-mode'.
!            (message "Use font-lock-support-mode rather than calling 
lazy-lock-mode")
!            (sit-for 2))
          (now-on
           ;; Turn ourselves on.
           (set (make-local-variable 'lazy-lock-mode) t)


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to