equal
deleted
inserted
replaced
706 (add-to-list 'compilation-mode-font-lock-keywords '("\\(/[Oo][Uu][Tt]:[^ ]+\\)" . 1)) |
706 (add-to-list 'compilation-mode-font-lock-keywords '("\\(/[Oo][Uu][Tt]:[^ ]+\\)" . 1)) |
707 (add-to-list 'compilation-mode-font-lock-keywords '("[ ]\\(/F[oe][^ ]+\\)" . 1)) |
707 (add-to-list 'compilation-mode-font-lock-keywords '("[ ]\\(/F[oe][^ ]+\\)" . 1)) |
708 |
708 |
709 ;; ---------------------------------------------------------------------- |
709 ;; ---------------------------------------------------------------------- |
710 ;; asm |
710 ;; asm |
711 (setq-default asm-comment-char 0) |
711 ;; (setq-default asm-comment-char 59) |
712 |
712 (add-hook 'asm-mode-hook '(lambda () (setq comment-start "/*") (setq comment-end "*/")) t) |
713 |
713 |
714 ;; ---------------------------------------------------------------------- |
714 ;; ---------------------------------------------------------------------- |
715 ;; LISP |
715 ;; LISP |
716 (setq list-command-history-max 256) |
716 (setq list-command-history-max 256) |
717 |
717 |