[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/flymake.el
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/flymake.el |
Date: |
Mon, 04 Jul 2005 14:54:30 -0400 |
Index: emacs/lisp/progmodes/flymake.el
diff -c emacs/lisp/progmodes/flymake.el:1.24
emacs/lisp/progmodes/flymake.el:1.25
*** emacs/lisp/progmodes/flymake.el:1.24 Mon Jul 4 16:59:19 2005
--- emacs/lisp/progmodes/flymake.el Mon Jul 4 18:54:30 2005
***************
*** 34,46 ****
;;;; [[ Silence the byte-compiler
! (eval-when-compile
! (defvar flymake-check-start-time)
! (defvar flymake-check-was-interrupted)
! (defvar flymake-err-info)
! (defvar flymake-is-running)
! (defvar flymake-last-change-time)
! (defvar flymake-new-err-info))
;;;; ]]
--- 34,45 ----
;;;; [[ Silence the byte-compiler
! (defvar flymake-check-start-time)
! (defvar flymake-check-was-interrupted)
! (defvar flymake-err-info)
! (defvar flymake-is-running)
! (defvar flymake-last-change-time)
! (defvar flymake-new-err-info)
;;;; ]]
- [Emacs-diffs] Changes to emacs/lisp/progmodes/flymake.el, Juanma Barranquero, 2005/07/01
- [Emacs-diffs] Changes to emacs/lisp/progmodes/flymake.el, Stefan Monnier, 2005/07/02
- [Emacs-diffs] Changes to emacs/lisp/progmodes/flymake.el, Luc Teirlinck, 2005/07/02
- [Emacs-diffs] Changes to emacs/lisp/progmodes/flymake.el, Juanma Barranquero, 2005/07/03
- [Emacs-diffs] Changes to emacs/lisp/progmodes/flymake.el, Lute Kamstra, 2005/07/04
- [Emacs-diffs] Changes to emacs/lisp/progmodes/flymake.el,
Stefan Monnier <=
- [Emacs-diffs] Changes to emacs/lisp/progmodes/flymake.el, Richard M . Stallman, 2005/07/06