ocaml / tuareg

Emacs OCaml mode
GNU General Public License v3.0
362 stars 79 forks source link

Remove `C-x n d` as binding to `tuareg-narrow-to-phrase` #243

Closed mattiase closed 3 years ago

mattiase commented 3 years ago

C-x n d currently elicits the warning:

‘tuareg-narrow-to-phrase’ is an obsolete command (as of Apr 10, 2019); use ‘narrow-to-defun’ instead.

There is no point in binding C-x n d to tuareg-narrow-to-phrase since that key sequence is by default bound to narrow-to-defun, of which tuareg-narrow-to-phrase is an obsolete alias.

mattiase commented 3 years ago

Fixed in cd86e73b1ff04222043f685e635c988f182368dd.