diff -r 8b4880af8c8a -r e794b2dafe90 .emacs-my --- 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) )) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;