changeset 1569 | bd25f8d601a8 |
parent 1568 | c4b43eed6b3d |
child 1570 | 30e7cac3143c |
--- a/.emacs-my Wed Jul 25 21:53:48 2018 +0300 +++ b/.emacs-my Wed Jul 25 22:10:16 2018 +0300 @@ -3511,7 +3511,7 @@ (my--eval-after-load nxml-mode (if (<= emacs-major-version 25) (define-key nxml-mode-map [C-return] 'nxml-complete) - (define-key nxml-mode-map [C-return] 'completion-at-point)) + (define-key nxml-mode-map [C-return] 'completion-at-point))) (defun my-nxml-pp () "Pretty-print XML."