From: Rob Browning Date: Tue, 5 Apr 2011 03:46:28 +0000 (-0500) Subject: Modify the output of (version) to indicate Debian modifications X-Git-Tag: archive/raspbian/1%26.1+1-3+rpi1~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=052317a9e6466a2ed34c90ddd6428952f763ba31;p=emacs.git Modify the output of (version) to indicate Debian modifications The output of (version) has been modified to indicate Debian modifications. Author: Rob Browning Added-by: Rob Browning Gbp-Pq: Name 0005-Modify-the-output-of-version-to-indicate-Debian-modi.patch --- diff --git a/lisp/version.el b/lisp/version.el index 0e21ab2cad6..518cd4fb850 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -59,8 +59,8 @@ to the system configuration; look at `system-configuration' instead." (interactive "P") (let ((version-string (format (if (not (called-interactively-p 'interactive)) - "GNU Emacs %s (%s%s%s%s)\n of %s" - "GNU Emacs %s (%s%s%s%s) of %s") + "GNU Emacs %s (%s%s%s%s)\n of %s, modified by Debian" + "GNU Emacs %s (%s%s%s%s) of %s, modified by Debian") emacs-version system-configuration (cond ((featurep 'motif)