Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When the editing mode is emacs, use `em_delete` in `key_delete`. We need to add a condition though to `em_delete`, because it implements both `delete-char` and `end-of-file`. We only want the `end-of-file` behavior is the key is really Ctrl-D.
- Loading branch information