diff options
| author | Michael Albinus | 2018-11-10 16:03:12 +0100 |
|---|---|---|
| committer | Michael Albinus | 2018-11-10 16:03:12 +0100 |
| commit | a062fc4137ff195fe269076cda07a61c2e1a8012 (patch) | |
| tree | c1ca66b9f322fd9db69baaa1e0c47444931527d7 /etc | |
| parent | 55f3f21b39389263d707b091d7e1b45d295a149c (diff) | |
| download | emacs-a062fc4137ff195fe269076cda07a61c2e1a8012.tar.gz emacs-a062fc4137ff195fe269076cda07a61c2e1a8012.zip | |
Provide branch information for both Emacs and Tramp (Bug#33328)
* doc/lispref/intro.texi (Version Info):
Document `emacs-repository-version' and `emacs-repository-branch'.
* etc/NEWS: Mention `emacs-repository-branch'.
* lisp/loadup.el: Initialize `emacs-repository-branch'.
* lisp/version.el (emacs-repository-branch): New variable.
(emacs-repository-branch-git, emacs-repository-get-branch):
New defuns.
* lisp/mail/emacsbug.el (report-emacs-bug):
Insert `emacs-repository-branch'.
* lisp/net/tramp.el (tramp-get-local-gid):
Use `group-name' if available.
(tramp-debug-message):
* lisp/net/tramp-cmds.el (tramp-bug): Report also
`tramp-repository-branch' and `tramp-repository-version'.
* lisp/net/trampver.el (tramp-repository-branch)
(tramp-repository-version): New defconst.
(tramp-repository-get-version): Remove.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -225,6 +225,10 @@ In addition to nil or non-nil, the value can now be a predicate | |||
| 225 | function. Follow mode uses this to control scrolling of its windows | 225 | function. Follow mode uses this to control scrolling of its windows |
| 226 | when the last screen line in a window is not fully visible. | 226 | when the last screen line in a window is not fully visible. |
| 227 | 227 | ||
| 228 | +++ | ||
| 229 | ** New variable 'emacs-repository-branch'. | ||
| 230 | It reports the git branch from which Emacs was built. | ||
| 231 | |||
| 228 | 232 | ||
| 229 | * Editing Changes in Emacs 27.1 | 233 | * Editing Changes in Emacs 27.1 |
| 230 | 234 | ||