* Yet another adjustment to issue 93

This commit is contained in:
capitaomorte 2009-09-11 15:46:07 +00:00
parent 6b865cda63
commit 7b8da4357d

View File

@ -3673,7 +3673,7 @@ handle the end-of-buffer error fired in it by calling
(add-hook 'c-mode-common-hook
'(lambda ()
(dolist (k '(":" ">" ";" "<" "{" "}"))
(define-key (make-local-variable 'yas/keymap)
(define-key (symbol-value (make-local-variable 'yas/keymap))
k 'self-insert-command))))