Mercurial > emacs
changeset 15926:9971d00ddaa7
(byte-compile-version): Use $Revision, not $Id.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 25 Aug 1996 23:14:30 +0000 |
parents | 278440a92757 |
children | 9b6ae5c1a0bf |
files | lisp/emacs-lisp/bytecomp.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.