diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2013-08-09 01:59:14 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2013-08-09 01:59:14 +0200 |
commit | 9d3aa82cf961afda732fc369a42321f4bfbc0021 (patch) | |
tree | 16714237da50010a060859e286a40e57f09680ef /lisp/version.el | |
parent | 919a9575445cf99683217f28f48ffd327e25130b (diff) | |
download | emacs-9d3aa82cf961afda732fc369a42321f4bfbc0021.tar.gz |
lisp/*.el: Silence lexical-binding warnings.
Diffstat (limited to 'lisp/version.el')
-rw-r--r-- | lisp/version.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/version.el b/lisp/version.el index 5db45da860c..96674566781 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -104,7 +104,7 @@ Returns nil if unable to find this information." (looking-at "[0-9]+\0\\([^\0\n]+\\)\0") (match-string 1)))))) -(defun emacs-bzr-version-bzr (dir) +(defun emacs-bzr-version-bzr (_dir) "Ask bzr itself for the version information for directory DIR." ;; Comments on `bzr version-info': ;; i) Unknown files also cause clean != 1. |