Fix byte compile warnings in last commit.
authorSimon Josefsson <jas@extundo.com>
Mon, 8 Dec 2003 02:06:40 +0000 (02:06 +0000)
committerSimon Josefsson <jas@extundo.com>
Mon, 8 Dec 2003 02:06:40 +0000 (02:06 +0000)
lisp/flow-fill.el

index 2edd115..cec7739 100644 (file)
@@ -152,6 +152,9 @@ RFC 2646 suggests 66 characters for readability."
 
 ;; Test vectors.
 
+(eval-when-compile
+  (defvar show-trailing-whitespace))
+
 (defvar fill-flowed-encode-tests
   '(
     ;; The syntax of each list element is:
@@ -196,7 +199,6 @@ RFC 2646 suggests 66 characters for readability."
     (let (start output)
       (insert "***** BEGIN TEST INPUT *****\n")
       (insert (car test))
-      (setq end (point))
       (insert "***** END TEST INPUT *****\n\n")
       (insert "***** BEGIN TEST OUTPUT *****\n")
       (setq start (point))