diff options
Diffstat (limited to 'lisp/mail/emacsbug.el')
| -rw-r--r-- | lisp/mail/emacsbug.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 125e86dba9d..1ad2a55fa8e 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -230,8 +230,8 @@ usually do not have translators for other languages.\n\n"))) (insert (propertize "\n" 'display txt))) (insert "\n\nIn " (emacs-version) "\n") - (if (stringp emacs-bzr-version) - (insert "Bzr revision: " emacs-bzr-version "\n")) + (if (stringp emacs-repository-version) + (insert "Repository revision: " emacs-repository-version "\n")) (if (fboundp 'x-server-vendor) (condition-case nil ;; This is used not only for X11 but also W32 and others. |
