Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3c051db6
Commit
3c051db6
authored
Apr 10, 2021
by
Stefan Monnier
Browse files
* lisp/files-x.el: Use lexical-binding
parent
649e5c26
Pipeline
#10228
passed with stages
in 11 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/files-x.el
lisp/files-x.el
+2
-2
No files found.
lisp/files-x.el
View file @
3c051db6
;;; 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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment