lisp/vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
This commit is contained in:
parent
57b16162ce
commit
c8af4e673e
2 changed files with 3 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue