diff -r a505ab71060a -r 69d65b8a0a25 .emacs-my --- a/.emacs-my Mon Oct 05 15:38:39 2009 +0300 +++ b/.emacs-my Mon Oct 05 16:49:51 2009 +0300 @@ -853,6 +853,9 @@ ;; (setq-default asm-comment-char 59) (add-hook 'asm-mode-hook '(lambda () (setq comment-start "/*") (setq comment-end "*/")) t) +;; (add-hook 'asm-mode-hook '(lambda () (local-unset-key ":"))) +;; (add-hook 'asm-mode-hook '(lambda () (local-set-key ":" ":"))) + ;; ---------------------------------------------------------------------- ;; LISP (setq list-command-history-max 256)