emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/obsolete/fast-lock.el
Date: Thu, 01 Sep 2005 09:59:17 -0400

Index: emacs/lisp/obsolete/fast-lock.el
diff -c emacs/lisp/obsolete/fast-lock.el:1.4 
emacs/lisp/obsolete/fast-lock.el:1.5
*** emacs/lisp/obsolete/fast-lock.el:1.4        Mon Aug 29 10:13:42 2005
--- emacs/lisp/obsolete/fast-lock.el    Thu Sep  1 13:59:17 2005
***************
*** 236,257 ****
       (defmacro defcustom (symbol value doc &rest args)
         `(defvar ,symbol ,value ,doc))))
  
! ;(defun fast-lock-submit-bug-report ()
! ;  "Submit via mail a bug report on fast-lock.el."
! ;  (interactive)
! ;  (let ((reporter-prompt-for-summary-p t))
! ;    (reporter-submit-bug-report "address@hidden" "fast-lock 3.14"
! ;     '(fast-lock-cache-directories fast-lock-minimum-size
! ;       fast-lock-save-others fast-lock-save-events fast-lock-save-faces
! ;       fast-lock-verbose)
! ;     nil nil
! ;     (concat "Hi Si.,
! ;
! ;I want to report a bug.  I've read the `Bugs' section of `Info' on Emacs, so 
I
! ;know how to make a clear and unambiguous report.  To reproduce the bug:
! ;
! ;Start a fresh editor via `" invocation-name " -no-init-file -no-site-file'.
! ;In the `*scratch*' buffer, evaluate:"))))
  
  (defvar fast-lock-mode nil)           ; Whether we are turned on.
  (defvar fast-lock-cache-timestamp nil)        ; For saving/reading.
--- 236,262 ----
       (defmacro defcustom (symbol value doc &rest args)
         `(defvar ,symbol ,value ,doc))))
  
! ;;(defun fast-lock-submit-bug-report ()
! ;;  "Submit via mail a bug report on fast-lock.el."
! ;;  (interactive)
! ;;  (let ((reporter-prompt-for-summary-p t))
! ;;    (reporter-submit-bug-report "address@hidden" "fast-lock 3.14"
! ;;     '(fast-lock-cache-directories fast-lock-minimum-size
! ;;       fast-lock-save-others fast-lock-save-events fast-lock-save-faces
! ;;       fast-lock-verbose)
! ;;     nil nil
! ;;     (concat "Hi Si.,
! ;;
! ;;I want to report a bug.  I've read the `Bugs' section of `Info' on Emacs, 
so I
! ;;know how to make a clear and unambiguous report.  To reproduce the bug:
! ;;
! ;;Start a fresh editor via `" invocation-name " -no-init-file -no-site-file'.
! ;;In the `*scratch*' buffer, evaluate:"))))
! 
! (defgroup fast-lock nil
!   "Font Lock support mode to cache fontification."
!   :load 'fast-lock
!   :group 'font-lock)
  
  (defvar fast-lock-mode nil)           ; Whether we are turned on.
  (defvar fast-lock-cache-timestamp nil)        ; For saving/reading.
***************
*** 862,866 ****
  
  (provide 'fast-lock)
  
! ;;; arch-tag: 638c431e-8cae-4538-80a1-963ff97d233e
  ;;; fast-lock.el ends here
--- 867,871 ----
  
  (provide 'fast-lock)
  
! ;; arch-tag: 638c431e-8cae-4538-80a1-963ff97d233e
  ;;; fast-lock.el ends here




reply via email to

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