branch: elpa/tuareg commit cd86e73b1ff04222043f685e635c988f182368dd Author: Mattias EngdegÄrd <matti...@acm.org> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Remove key binding for obsolete tuareg-narrow-to-phrase (bug#243) `C-x n d` is bound to `narrow-to-defun` by default; the old binding generates a useless obsoletion warning. --- tuareg.el | 1 - 1 file changed, 1 deletion(-) diff --git a/tuareg.el b/tuareg.el index ad86866..5b3ca16 100644 --- a/tuareg.el +++ b/tuareg.el @@ -1327,7 +1327,6 @@ Run only once." (define-key map "\C-c\C-a" #'tuareg-find-alternate-file) (define-key map "\C-c\C-c" #'compile) (define-key map "\C-c\C-w" #'tuareg-opam-update-env) - (define-key map "\C-xnd" #'tuareg-narrow-to-phrase) (define-key map "\M-\C-x" #'tuareg-eval-phrase) (define-key map "\C-x\C-e" #'tuareg-eval-phrase) (define-key map "\C-c\C-e" #'tuareg-eval-phrase)