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
7efe0991
Commit
7efe0991
authored
May 23, 2013
by
Glenn Morris
Browse files
Silence em-ls compilation
* lisp/eshell/em-ls.el: Adjust requires. (eshell-glob-regexp): Declare.
parent
f707048c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/eshell/em-ls.el
lisp/eshell/em-ls.el
+3
-1
No files found.
lisp/ChangeLog
View file @
7efe0991
...
...
@@ -30,6 +30,8 @@
* progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
(he-string-member, he-reset-string, he-substitute-string): Declare.
* eshell/em-ls.el: Adjust requires.
(eshell-glob-regexp): Declare.
* eshell/em-tramp.el: Adjust requires.
(eshell-parse-command): Autoload.
* eshell/em-xtra.el: Adjust requires.
...
...
lisp/eshell/em-ls.el
View file @
7efe0991
...
...
@@ -26,10 +26,10 @@
;;; Code:
(
eval-when-compile
(
require
'eshell
))
(
require
'cl-lib
)
(
require
'esh-util
)
(
require
'esh-opt
)
(
eval-when-compile
(
require
'eshell
))
;;;###autoload
(
progn
...
...
@@ -334,6 +334,8 @@ instead."
(
defvar
ange-cache
)
(
defvar
dired-flag
)
(
declare-function
eshell-glob-regexp
"em-glob"
(
pattern
))
(
defun
eshell-do-ls
(
&rest
args
)
"Implementation of \"ls\" in Lisp, passing ARGS."
(
funcall
flush-func
-1
)
...
...
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