bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21576: 24.5; `ibuffer-copy-filename-as-kill' fails when optional arg


From: Lars Ingebrigtsen
Subject: bug#21576: 24.5; `ibuffer-copy-filename-as-kill' fails when optional argument is nil
Date: Tue, 23 Feb 2016 20:17:42 +1100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Tino Calancha <f92capac@gmail.com> writes:

> *** ibuf-ext.el               2015-09-28 22:17:18.133651830 +0900
> --- ibuf-ext_patch1.el        2015-09-28 22:17:18.175651830 +0900
> ***************
> *** 1402,1408 ****
>     (if (zerop (ibuffer-count-marked-lines))
>         (message "No buffers marked; use 'm' to mark a buffer")
>       (let ((ibuffer-copy-filename-as-kill-result "")
> !       (type (cond ((zerop arg)
>                      'full)
>                     ((= arg 4)
>                      'relative)
> --- 1402,1408 ----
>     (if (zerop (ibuffer-count-marked-lines))
>         (message "No buffers marked; use 'm' to mark a buffer")
>       (let ((ibuffer-copy-filename-as-kill-result "")
> !       (type (cond ((or (null arg) (zerop arg))
>                      'full)
>                     ((= arg 4)
>                      'relative)

Thanks; applied to the Emacs trunk.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]