]> git.eshelyaron.com Git - emacs.git/commit
Make ibuffer-aif obsolete in favor of if-let
authorStefan Kangas <stefan@marxist.se>
Tue, 9 Aug 2022 16:15:56 +0000 (18:15 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 9 Aug 2022 16:15:56 +0000 (18:15 +0200)
commit3ef18c7a213f4f3c03eec033fcb8219fb17cd53d
tree889cecf146a27847abc3c71ea23985083d19365f
parentb0653b27e25bfad2416364c33e1a5994285435c4
Make ibuffer-aif obsolete in favor of if-let

* lisp/ibuf-macs.el (ibuffer-aif): Make obsolete in favor of 'if-let'.
* lisp/ibuffer.el (ibuffer-mouse-toggle-mark)
(ibuffer-mark-interactive, ibuffer-compile-format, process):
Prefer 'if-let' to above obsolete macro.
(ibuffer-toggle-marks, ibuffer-map-lines): Prefer 'when-let'
to above obsolete macro.
lisp/ibuf-ext.el
lisp/ibuf-macs.el
lisp/ibuffer.el