(byte-compile-version): Use $Revision, not $Id.

This commit is contained in:
Richard M. Stallman 1996-08-25 23:14:30 +00:00
parent 1e09850419
commit c4fb6a3cd6

View file

@ -10,7 +10,7 @@
;;; This version incorporates changes up to version 2.10 of the
;;; Zawinski-Furuseth compiler.
(defconst byte-compile-version "$Id$")
(defconst byte-compile-version "$Revision:$")
;; This file is part of GNU Emacs.