Modify the output of (version) to indicate Debian modifications
authorRob Browning <rlb@defaultvalue.org>
Tue, 5 Apr 2011 03:46:28 +0000 (22:46 -0500)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 17 Aug 2017 18:29:59 +0000 (19:29 +0100)
The output of (version) has been modified to indicate Debian modifications.

Author: Rob Browning <rlb@defaultvalue.org>
Added-by: Rob Browning <rlb@defaultvalue.org>
Gbp-Pq: Name 0005-Modify-the-output-of-version-to-indicate-Debian-modi.patch

lisp/version.el

index 0e21ab2cad65f4a6186f274224f62462536b1c66..518cd4fb850585883d3b69de24cdfb0f2c3d480b 100644 (file)
@@ -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)