(setq X ((1 . 2) (3 . 4)))
It crashes with segmentation fault... Of course, it's correct to write (setq X '((1 . 2) (3 . 4))) but the system should warn about incorrect syntax, isn't it? -- UNSUBSCRIBE: mailto:[EMAIL PROTECTED]
(setq X ((1 . 2) (3 . 4)))
It crashes with segmentation fault... Of course, it's correct to write (setq X '((1 . 2) (3 . 4))) but the system should warn about incorrect syntax, isn't it? -- UNSUBSCRIBE: mailto:[EMAIL PROTECTED]