From: Stefan Monnier Date: Sat, 10 Apr 2021 16:08:36 +0000 (-0400) Subject: * lisp/files-x.el: Use lexical-binding X-Git-Tag: emacs-28.0.90~2941 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c051db646b34995c144327ed462a92ffbb41f86;p=emacs.git * lisp/files-x.el: Use lexical-binding --- diff --git a/lisp/files-x.el b/lisp/files-x.el index 23e4562f4b1..9e1954256a6 100644 --- a/lisp/files-x.el +++ b/lisp/files-x.el @@ -1,4 +1,4 @@ -;;; files-x.el --- extended file handling commands +;;; files-x.el --- extended file handling commands -*- lexical-binding: t; -*- ;; Copyright (C) 2009-2021 Free Software Foundation, Inc. @@ -602,7 +602,7 @@ PROFILES is a list of connection profiles (symbols).") "Normalize plist CRITERIA according to properties. Return a reordered plist." (apply - 'append + #'append (mapcar (lambda (property) (when (and (plist-member criteria property) (plist-get criteria property))