From: Ulrich Müller Date: Sat, 17 Jan 2015 22:19:15 +0000 (+0100) Subject: Update docstring of emacs-repository-get-version. X-Git-Tag: emacs-25.0.90~2597^2~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd5c0bcc3b5e72e6a6b1f91b3257ef9d9d042fd4;p=emacs.git Update docstring of emacs-repository-get-version. * version.el (emacs-repository-get-version): Update docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bf5f60db13e..cce686b5f1d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2015-01-17 Ulrich Müller + + * version.el (emacs-repository-get-version): Update docstring. + 2015-01-17 Ivan Shmakov * url/url-cookie.el (url-cookie-write-file): Let-bind print-length diff --git a/lisp/version.el b/lisp/version.el index 43778739ba6..1837cbf0a85 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -105,10 +105,8 @@ this reports on the current state of the sources, which may not correspond to the running Emacs. Optional argument DIR is a directory to use instead of -`source-directory'. Optional argument EXTERNAL non-nil means to -maybe ask the VCS itself, if the sources appear to be under -version control. If `force', always ask. the VCS. Otherwise -only ask the VCS if we cannot find any information ourselves." +`source-directory'. Optional argument EXTERNAL is ignored and is +retained for compatibility." (or dir (setq dir source-directory)) (cond ((file-directory-p (expand-file-name ".git" dir)) (message "Waiting for git...")