]> git.eshelyaron.com Git - emacs.git/commit
Add zsh extended_history handling for comint.el input ring
authorMatthew Bauer <mjbauer95@gmail.com>
Mon, 10 Aug 2020 11:09:57 +0000 (13:09 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 10 Aug 2020 11:10:09 +0000 (13:10 +0200)
commitf7421039fb15123dbbda047e23504dd1771183b5
treee8e26e47f5e794dac039eedcea09bc3a6df10d50
parentb82330077556ca07b7e76951863a08100a6b0f82
Add zsh extended_history handling for comint.el input ring

* lisp/comint.el (comint-input-ring-file-prefix): New variable
(bug#36034).
(comint-read-input-ring): Use it.

* lisp/shell.el (shell-mode): Set it.
lisp/comint.el
lisp/shell.el