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
b0e2675c
Commit
b0e2675c
authored
Oct 01, 2011
by
Stefan Monnier
Browse files
* pcmpl-gnu.el: Use lexical-binding.
(pcmpl-gnu-with-file-buffer): Fix last change.
parent
428fe61a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
lisp/pcmpl-gnu.el
lisp/pcmpl-gnu.el
+6
-5
No files found.
lisp/pcmpl-gnu.el
View file @
b0e2675c
;;; pcmpl-gnu.el --- completions for GNU project tools
;;; pcmpl-gnu.el --- completions for GNU project tools
-*- lexical-binding: t -*-
;; Copyright (C) 1999-2011 Free Software Foundation, Inc.
;; Copyright (C) 1999-2011 Free Software Foundation, Inc.
...
@@ -310,10 +310,11 @@
...
@@ -310,10 +310,11 @@
(
size
(
nth
7
fa
)))
(
size
(
nth
7
fa
)))
(
and
(
numberp
size
)
(
and
(
numberp
size
)
(
<
size
large-file-warning-threshold
))))
(
<
size
large-file-warning-threshold
))))
(
let
((
file
(
pcomplete-arg
1
)))
(
completion-table-dynamic
(
completion-table-dynamic
(
lambda
(
string
)
(
lambda
(
_
string
)
(
pcmpl-gnu-with-file-buffer
(
pcomplete-arg
1
)
(
pcmpl-gnu-with-file-buffer
file
(
mapcar
#'
tar-header-name
tar-parse-info
))))
(
mapcar
#'
tar-header-name
tar-parse-info
))))
)
(
pcomplete-entries
))
(
pcomplete-entries
))
nil
'identity
))))
nil
'identity
))))
...
...
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