remove ident string
authorRobin Templeton <robin@terpri.org>
Thu, 26 Jun 2014 04:30:25 +0000 (00:30 -0400)
committerRobin Templeton <robin@terpri.org>
Mon, 20 Apr 2015 04:29:00 +0000 (00:29 -0400)
lisp/version.el

index 68b502c..f9e7a59 100644 (file)
@@ -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