]> git.eshelyaron.com Git - emacs.git/commitdiff
; Silence byte-compiler warning in version.el
authorBasil L. Contovounesios <contovob@tcd.ie>
Thu, 30 Apr 2020 10:01:13 +0000 (11:01 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Thu, 30 Apr 2020 10:01:13 +0000 (11:01 +0100)
* lisp/version.el (emacs-repository-get-version): Prefix unused
argument with underscore.

lisp/version.el

index 046b4a2ded59c5218608fbab53bfee375491b3d4..24da21c731ca6edfc9aba0f8c265d2fd1430cbd2 100644 (file)
@@ -123,7 +123,7 @@ or if we could not determine the revision.")
                  (looking-at "[[:xdigit:]]\\{40\\}"))
           (match-string 0)))))
 
-(defun emacs-repository-get-version (&optional dir external)
+(defun emacs-repository-get-version (&optional dir _external)
   "Try to return as a string the repository revision of the Emacs sources.
 The format of the returned string is dependent on the VCS in use.
 Value is nil if the sources do not seem to be under version