/[emacs]/emacs/lisp/progmodes/flymake.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/flymake.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by lektu, Mon May 16 11:26:54 2005 UTC revision 1.17 by rms, Sat May 21 04:53:14 2005 UTC
# Line 47  Line 47 
47  (defsubst flymake-makehash (&optional test)  (defsubst flymake-makehash (&optional test)
48    (if (fboundp 'make-hash-table)    (if (fboundp 'make-hash-table)
49        (if test (make-hash-table :test test) (make-hash-table))        (if test (make-hash-table :test test) (make-hash-table))
50      (makehash test)))      (with-no-warnings
51          (makehash test))))
52    
53  (defalias 'flymake-float-time  (defalias 'flymake-float-time
54    (if (fboundp 'float-time)    (if (fboundp 'float-time)

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26