diff options
Diffstat (limited to 'lisp/net/eww.el')
-rw-r--r-- | lisp/net/eww.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/eww.el b/lisp/net/eww.el index dd449ff5e47..76e14be4d79 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -1597,7 +1597,7 @@ Generally, the list should not include the (usually overly large) (let ((history (mapcar 'eww-desktop-data-1 (cons eww-data eww-history)))) (list :history (if eww-desktop-remove-duplicates - (remove-duplicates + (cl-remove-duplicates history :test 'eww-desktop-history-duplicate) history)))) |