]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-compile-version): Use $Revision, not $Id.
authorRichard M. Stallman <rms@gnu.org>
Sun, 25 Aug 1996 23:14:30 +0000 (23:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 25 Aug 1996 23:14:30 +0000 (23:14 +0000)
lisp/emacs-lisp/bytecomp.el

index 01d3ff0e15f43651b6f58764af8656d532bd0392..9fbff6a3a1db109f05d5845fab9d617d62cae647 100644 (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.