]> git.eshelyaron.com Git - emacs.git/commit
Remove dead code in `eshell/diff`
authorStefan Kangas <stefankangas@gmail.com>
Sun, 13 Aug 2023 13:08:16 +0000 (15:08 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 13 Aug 2023 13:16:49 +0000 (15:16 +0200)
commit6504b026621c67998c7b0cc8a16a15f56aba0b13
treeab23e6d0da8b4a5a0dd80e27764d03a42ee0f0fe
parent305847f8772f62ec488aac783ac845f50865e87c
Remove dead code in `eshell/diff`

* lisp/eshell/em-unix.el (eshell/diff): Adjust for diff-mode; do not
set 'compilation-finish-functions', as it is never used.  (Bug#65245)
(eshell-diff-quit): Make into an obsolete function alias for 'ignore';
the command has been a no-op for close to two decades.
(eshell-diff-window-config): Make obsolete.
lisp/eshell/em-unix.el