]> git.eshelyaron.com Git - emacs.git/commitdiff
(dir-locals-set-directory-class): Make mtime argument
authorGlenn Morris <rgm@gnu.org>
Thu, 18 Jun 2009 06:54:47 +0000 (06:54 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 18 Jun 2009 06:54:47 +0000 (06:54 +0000)
optional, since it is always unneeded in the non-file case.  (Bug#3577)

lisp/ChangeLog
lisp/files.el

index 0e8bed3f338c79d5d346e9cbc6993b484fdf881e..b01a4724192989f06271f3ca4e4aae31299fd349 100644 (file)
@@ -1,3 +1,8 @@
+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
index 91e046bc4af44146b91ee9abb57d25739f6fabee..ff6b69276965f24a731236226d1403ff6b2335fe 100644 (file)
@@ -3241,7 +3241,7 @@ Return the new variables list."
          (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.