changeset 21542:19a199aaf3bc

(byte-compile-warn-about-unresolved-functions): Fix whitespace.
author Karl Heuer <kwzh@gnu.org>
date Wed, 15 Apr 1998 06:10:51 +0000
parents f20029a36f55
children 55865851fd69
files lisp/emacs-lisp/bytecomp.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el	Wed Apr 15 01:55:18 1998 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Wed Apr 15 06:10:51 1998 +0000
@@ -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 @@
   (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)