emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/flymake.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/flymake.el
Date: Sat, 21 May 2005 00:53:15 -0400

Index: emacs/lisp/progmodes/flymake.el
diff -c emacs/lisp/progmodes/flymake.el:1.16 
emacs/lisp/progmodes/flymake.el:1.17
*** emacs/lisp/progmodes/flymake.el:1.16        Mon May 16 11:26:54 2005
--- emacs/lisp/progmodes/flymake.el     Sat May 21 04:53:14 2005
***************
*** 47,53 ****
  (defsubst flymake-makehash (&optional test)
    (if (fboundp 'make-hash-table)
        (if test (make-hash-table :test test) (make-hash-table))
!     (makehash test)))
  
  (defalias 'flymake-float-time
    (if (fboundp 'float-time)
--- 47,54 ----
  (defsubst flymake-makehash (&optional test)
    (if (fboundp 'make-hash-table)
        (if test (make-hash-table :test test) (make-hash-table))
!     (with-no-warnings
!       (makehash test))))
  
  (defalias 'flymake-float-time
    (if (fboundp 'float-time)




reply via email to

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