Add arch taglines
[bpt/emacs.git] / lisp / emacs-lisp / bytecomp.el
index c5be169..077c685 100644 (file)
@@ -10,7 +10,7 @@
 
 ;;; This version incorporates changes up to version 2.10 of the
 ;;; Zawinski-Furuseth compiler.
-(defconst byte-compile-version "$Revision: 2.135 $")
+(defconst byte-compile-version "$Revision: 2.136 $")
 
 ;; This file is part of GNU Emacs.
 
@@ -4039,4 +4039,5 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'."
 
 (run-hooks 'bytecomp-load-hook)
 
+;;; arch-tag: 9c97b0f0-8745-4571-bfc3-8dceb677292a
 ;;; bytecomp.el ends here