comparison tests/automated/lisp-tests.el @ 5771:72a9467f93fc

Only make promote_args_lazy() available if WITH_NUMBER_TYPES. src/ChangeLog addition: 2013-12-15 Aidan Kehoe <kehoea@parhasard.net> * number.h: Only make promote_args_lazy() available on builds WITH_NUMBER_TYPES, in case linking complains about promote_args() not being available. tests/ChangeLog addition: 2013-12-15 Aidan Kehoe <kehoea@parhasard.net> * automated/lisp-tests.el (character): Remove a debugging statement from this.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 15 Dec 2013 17:01:58 +0000
parents ffc0c5a66ab1
children cd4f5f1f1f4c
comparison
equal deleted inserted replaced
5770:f22989bb7632 5771:72a9467f93fc
3089 ,(concat 3089 ,(concat
3090 "checking fixnum conversion as documented, min, " 3090 "checking fixnum conversion as documented, min, "
3091 context))) 3091 context)))
3092 markers)))) 3092 markers))))
3093 (with-temp-buffer 3093 (with-temp-buffer
3094 (princ "hello there, in with-temp-buffer\n" (get-buffer "*scratch*"))
3095 (loop for ii from 0 to 100 3094 (loop for ii from 0 to 100
3096 do (progn 3095 do (progn
3097 (insert " " character " " character " " character " " 3096 (insert " " character " " character " " character " "
3098 character "\n") 3097 character "\n")
3099 (insert character) 3098 (insert character)