From c4fb6a3cd68fdfc5cf8acc946482a76d1eb16e8d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 25 Aug 1996 23:14:30 +0000 Subject: [PATCH] (byte-compile-version): Use $Revision, not $Id. --- lisp/emacs-lisp/bytecomp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 01d3ff0e15f..9fbff6a3a1d 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -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. -- 2.11.4.GIT