aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRobin Templeton <[email protected]>2014-06-26 00:30:25 -0400
committerRobin Templeton <[email protected]>2015-04-20 00:29:00 -0400
commit513294449eaa18523c765356a656ae6d1ed634b3 (patch)
treec6bc58a7ed88e22566c8bc6858284f88613c78f1 /lisp
parent33813370fcaa4ad70449cc4068154e1e073cb7a9 (diff)
remove ident string
Diffstat (limited to 'lisp')
-rw-r--r--lisp/version.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/version.el b/lisp/version.el
index 68b502ce45..f9e7a59039 100644
--- a/lisp/version.el
+++ b/lisp/version.el
@@ -193,8 +193,4 @@ only ask the VCS if we cannot find any information ourselves."
(not (zerop (buffer-size)))
(replace-regexp-in-string "\n" "" (buffer-string))))))))
-;; We put version info into the executable in the form that `ident' uses.
-(purecopy (concat "\n$Id: " (subst-char-in-string ?\n ?\s (emacs-version))
- " $\n"))
-
;;; version.el ends here