mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(flymake-makehash): Use with-no-warnings.
This commit is contained in:
parent
a3d418482d
commit
adf8a02eb3
1 changed files with 2 additions and 1 deletions
|
|
@ -47,7 +47,8 @@
|
|||
(defsubst flymake-makehash (&optional test)
|
||||
(if (fboundp 'make-hash-table)
|
||||
(if test (make-hash-table :test test) (make-hash-table))
|
||||
(makehash test)))
|
||||
(with-no-warnings
|
||||
(makehash test))))
|
||||
|
||||
(defalias 'flymake-float-time
|
||||
(if (fboundp 'float-time)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue