diff lisp/unicode.el @ 4222:38ef5a6da799

[xemacs-hg @ 2007-10-13 14:08:26 by aidan] Fix the nomule package build; eliminate some non-X compile time warnings.
author aidan
date Sat, 13 Oct 2007 14:08:30 +0000
parents 3651e9c49476
children 75d0292c1bff
line wrap: on
line diff
--- a/lisp/unicode.el	Fri Oct 12 21:51:07 2007 +0000
+++ b/lisp/unicode.el	Sat Oct 13 14:08:30 2007 +0000
@@ -538,7 +538,6 @@
     (loop
       for i from ?\x00 to ?\xFF
       with to-check = (make-string 20 ?\x20) 
-      with res = t
       do 
       (delete-region (point-min) (point-max))
       (insert to-check)