author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Wed, 07 Nov 2012 23:05:46 +0200 | |
changeset 988 | e794b2dafe90 |
parent 987 | 8b4880af8c8a |
child 989 | 2967a171f889 |
--- a/.emacs-my Wed Nov 07 23:03:44 2012 +0200 +++ b/.emacs-my Wed Nov 07 23:05:46 2012 +0200 @@ -2420,7 +2420,7 @@ (eval-after-load 'rng-loc '(progn (add-to-list 'rng-schema-locating-files "~/.emacs.d/rnc/schemas.xml") - (define-key nxml-mode-map (kbd "C-RET") 'nxml-completion-at-point-function) + (define-key nxml-mode-map [C-return] 'nxml-completion-at-point-function) )) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;