]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-compile-warn-about-unresolved-functions): Fix whitespace.
authorKarl Heuer <kwzh@gnu.org>
Wed, 15 Apr 1998 06:10:51 +0000 (06:10 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 15 Apr 1998 06:10:51 +0000 (06:10 +0000)
lisp/emacs-lisp/bytecomp.el

index 2d8fd7bb0f35ff2627945d092fa671b7c07a8ac8..d4225ff616ee6b6d0210e7536f2919022a4420a0 100644 (file)
@@ -9,7 +9,7 @@
 
 ;;; This version incorporates changes up to version 2.10 of the 
 ;;; Zawinski-Furuseth compiler.
-(defconst byte-compile-version "$Revision: 2.38 $")
+(defconst byte-compile-version "$Revision: 2.39 $")
 
 ;; This file is part of GNU Emacs.
 
@@ -1073,7 +1073,7 @@ otherwise pop it")
   (if (memq 'unresolved byte-compile-warnings)
    (let ((byte-compile-current-form "the end of the data"))
     (if (cdr byte-compile-unresolved-functions)
-       (let* ((str "The following functions are not known to be defined: ")
+       (let* ((str "The following functions are not known to be defined:")
               (L (length str))
               (rest (reverse byte-compile-unresolved-functions))
               s)