Add a comment to Emacs 20 puthash.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 15 Oct 2002 11:01:36 +0000 (11:01 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 15 Oct 2002 11:01:36 +0000 (11:01 +0000)
lisp/spam-stat.el

index e348c2a..967c948 100644 (file)
@@ -185,6 +185,7 @@ This is set by hooking into Gnus.")
             (= emacs-major-version 20))
     ;; gethash, hash-table-count, make-hash-table, mapc
     (require 'cl)
+    ;; alias puthash is missing from Emacs 20 cl-extra.el
     (defalias 'puthash 'cl-puthash)))
 
 (eval-when-compile