diff options
| -rw-r--r-- | lisp/ibuf-ext.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el index e64be437adc..9ce7b5a4846 100644 --- a/lisp/ibuf-ext.el +++ b/lisp/ibuf-ext.el | |||
| @@ -941,7 +941,7 @@ turned into two separate filters [name: foo] and [mode: bar-mode]." | |||
| 941 | (unless data | 941 | (unless data |
| 942 | (ibuffer-filter-disable) | 942 | (ibuffer-filter-disable) |
| 943 | (error "Unknown saved filter %s" head)) | 943 | (error "Unknown saved filter %s" head)) |
| 944 | (append (cadr data) tail))) | 944 | (append (cdr data) tail))) |
| 945 | (`not (cons head tail)) | 945 | (`not (cons head tail)) |
| 946 | (_ | 946 | (_ |
| 947 | (error "Filter type %s is not compound" (caar filters)))))) | 947 | (error "Filter type %s is not compound" (caar filters)))))) |