From c8af4e673ea59b30e5a886397cc5a3426b2f64b0 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 23 Sep 2013 04:59:30 +0200 Subject: [PATCH] lisp/vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument. --- lisp/ChangeLog | 2 ++ lisp/vc/vc-sccs.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f5cdbcbb9b..b2e09b1811 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2013-09-23 Juanma Barranquero + * 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): diff --git a/lisp/vc/vc-sccs.el b/lisp/vc/vc-sccs.el index e00d55218c..d78564e15e 100644 --- a/lisp/vc/vc-sccs.el +++ b/lisp/vc/vc-sccs.el @@ -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." -- 2.20.1