# HG changeset patch # User Richard M. Stallman # Date 841014870 0 # Node ID 9971d00ddaa7f0f1be91e055f3b164770798a0ee # Parent 278440a927579cb948ba5787bf65a59065e0d32e (byte-compile-version): Use $Revision, not $Id. diff -r 278440a92757 -r 9971d00ddaa7 lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Sun Aug 25 23:11:07 1996 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Sun Aug 25 23:14:30 1996 +0000 @@ -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.