optional, since it is always unneeded in the non-file case. (Bug#3577)
+2009-06-18 Glenn Morris <rgm@gnu.org>
+
+ * files.el (dir-locals-set-directory-class): Make mtime argument
+ optional, since it is always unneeded in the non-file case. (Bug#3577)
+
2009-06-18 Kenichi Handa <handa@m17n.org>
* language/korean.el ("Korean"): Fix `documentation' property of
(setq variables (dir-locals-collect-mode-variables
(cdr entry) variables))))))))
-(defun dir-locals-set-directory-class (directory class mtime)
+(defun dir-locals-set-directory-class (directory class &optional mtime)
"Declare that the DIRECTORY root is an instance of CLASS.
DIRECTORY is the name of a directory, a string.
CLASS is the name of a project class, a symbol.