John Brown <johnbrown_...@yahoo.com> writes: > ;; (define-key map "\M-\t" 'completion-at-point) > (define-key map [C-return] 'completion-at-point) > map) > > I commented out the original binding for completion- > at-point, added a new one and byte-compiled nxml-mode.el.
A more portable method is to copy that line into your .emacs and modify it there. Then you won't need to remember to modify nxml-mode.el every time you upgrade Emacs.