]> git.eshelyaron.com Git - emacs.git/commit
Fix possible initialisation error in shell-mode-map
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 9 Oct 2019 07:22:38 +0000 (09:22 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 9 Oct 2019 07:22:38 +0000 (09:22 +0200)
commit1204e7cb81093a42b781eb8c083af9d406de23e9
treeda68651cec678c02367bcf9c003a5cd5091fb5c8
parent2497a31646db4d255135c16f7b5b318421c5d845
Fix possible initialisation error in shell-mode-map

* lisp/shell.el (shell-mode-map): Comint is the parent mode, so
there's no need to explicitly make it a parent map here (bug#25187).
lisp/shell.el