lisp/vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.

This commit is contained in:
Juanma Barranquero 2013-09-23 04:59:30 +02:00
parent 57b16162ce
commit c8af4e673e
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2013-09-23 Juanma Barranquero <lekktu@gmail.com>
* vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
* autoarg.el (autoarg-kp-digit-argument):
* electric.el (Electric-command-loop):
* kmacro.el (kmacro-step-edit-insert):

View file

@ -506,7 +506,7 @@ Remaining arguments are ignored."
;; a (autoload 'vc-sccs-search-project-dir "vc-sccs") which would not
;; help us avoid loading vc-sccs.
;;;###autoload
(progn (defun vc-sccs-search-project-dir (dirname basename)
(progn (defun vc-sccs-search-project-dir (_dirname basename)
"Return the name of a master file in the SCCS project directory.
Does not check whether the file exists but returns nil if it does not
find any project directory."