comparison tests/automated/byte-compiler-tests.el @ 452:3d3049ae1304 r21-2-41

Import from CVS: tag r21-2-41
author cvs
date Mon, 13 Aug 2007 11:40:21 +0200
parents 576fb035e263
children 189fb67ca31a
comparison
equal deleted inserted replaced
451:8ad70c5cd5d7 452:3d3049ae1304
117 (before-and-after-compile-equal (- 1)) 117 (before-and-after-compile-equal (- 1))
118 (before-and-after-compile-equal (- 3)) 118 (before-and-after-compile-equal (- 3))
119 (before-and-after-compile-equal (- simplyamarker 1)) 119 (before-and-after-compile-equal (- simplyamarker 1))
120 (before-and-after-compile-equal (- simplyamarker)) 120 (before-and-after-compile-equal (- simplyamarker))
121 121
122 (before-and-after-compile-equal (let ((z 1)) (or (setq z 42)) z))
123
122 ;; byte-after-unbind-ops 124 ;; byte-after-unbind-ops
123 125
124 ;; byte-constant 126 ;; byte-constant
125 ;; byte-dup 127 ;; byte-dup
126 128