mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
Remove redundant requires of env
* lisp/eshell/esh-var.el: * lisp/man.el: Don't require 'env'; it is preloaded since version 20.1.
This commit is contained in:
parent
eff6f0c7f1
commit
77ee32c034
2 changed files with 0 additions and 2 deletions
|
|
@ -113,7 +113,6 @@
|
|||
(require 'esh-io)
|
||||
|
||||
(require 'pcomplete)
|
||||
(require 'env)
|
||||
(require 'ring)
|
||||
|
||||
(defgroup eshell-var nil
|
||||
|
|
|
|||
|
|
@ -1109,7 +1109,6 @@ Return the buffer in which the manpage will appear."
|
|||
(buffer (get-buffer bufname)))
|
||||
(if buffer
|
||||
(Man-notify-when-ready buffer)
|
||||
(require 'env)
|
||||
(message "Invoking %s %s in the background" manual-program man-args)
|
||||
(setq buffer (generate-new-buffer bufname))
|
||||
(with-current-buffer buffer
|
||||
|
|
|
|||
Loading…
Reference in a new issue