summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2004-01-13 00:24:12 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2004-01-13 00:24:12 +0000
commit9a7268cf3ac492d8118c02e42af6977b32459fbf (patch)
tree1b08a2587f479e340f1c76876f94ebd41c0fc507 /lisp/emacs-lisp
parentd9acc06f0ebdc7524ff500e22e5fcad71ebc2f4a (diff)
downloademacs-9a7268cf3ac492d8118c02e42af6977b32459fbf.tar.gz
emacs-9a7268cf3ac492d8118c02e42af6977b32459fbf.tar.bz2
emacs-9a7268cf3ac492d8118c02e42af6977b32459fbf.zip
*** empty log message ***
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/bytecomp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index f6444d42b35..d4949f94aa6 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 "$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.