1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

*** empty log message ***

This commit is contained in:
Luc Teirlinck 2004-01-13 00:24:12 +00:00
parent d9acc06f0e
commit 9a7268cf3a
2 changed files with 5 additions and 5 deletions

View 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.139 $")
(defconst byte-compile-version "$Revision: 2.140 $")
;; This file is part of GNU Emacs.
@ -130,7 +130,7 @@
;; (baz 0))
;;
;; o It is possible to open-code a function in the same file it is defined
;; in without having to load that file before compiling it. the
;; in without having to load that file before compiling it. The
;; byte-compiler has been modified to remember function definitions in
;; the compilation environment in the same way that it remembers macro
;; definitions.