X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fbytecomp.el;h=2360def7b8a0d396e35899953981065c96e1abd5;hb=49696d4d576c475e33397f9a2a8f59d078c6e413;hp=03bcb4428cda5fd6fe88d01de0b547335d0c1c81;hpb=b10ee70be2e0ce31599b05e9d58f83fc92141de0;p=chise%2Fxemacs-chise.git diff --git a/lisp/bytecomp.el b/lisp/bytecomp.el index 03bcb44..2360def 100644 --- a/lisp/bytecomp.el +++ b/lisp/bytecomp.el @@ -1789,7 +1789,8 @@ With argument, insert value in current buffer after the form." (setq ces 'binary) (goto-char (point-min)) (while (< (point)(point-max)) - (cond ((eq (char-after) ?\;) + (cond ((and (eq (char-after) ?\;) + (not (eq (char-after (1- (point))) ?\\))) (delete-region (point)(point-at-eol)) (if (eq (char-after) ?\n) (delete-char 1)