1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-01 11:20:41 -08:00
emacs/lisp/eshell
Stefan Kangas 238261db95 Don't quote lambdas in eshell/*.el
* lisp/eshell/em-basic.el (eshell-echo):
* lisp/eshell/em-cmpl.el (eshell-command-completion-function)
(eshell-default-completion-function, eshell-cmpl-initialize)
(eshell-complete-parse-arguments, eshell-complete-commands-list):
* lisp/eshell/em-dirs.el (eshell-complete-user-reference):
* lisp/eshell/em-hist.el (eshell-hist-unload-hook)
(eshell-hist-initialize):
* lisp/eshell/em-ls.el (eshell-ls-sort-entries):
* lisp/eshell/em-pred.el (eshell-modifier-alist)
(eshell-display-predicate-help, eshell-display-modifier-help)
(eshell-pred-substitute, eshell-split-members):
* lisp/eshell/em-prompt.el (eshell-prompt-function):
* lisp/eshell/em-smart.el (eshell-smart-unload-hook)
(eshell-smart-initialize, eshell-refresh-windows):
* lisp/eshell/em-unix.el (eshell-shuffle-files):
* lisp/eshell/esh-arg.el (eshell-parse-argument-hook):
* lisp/eshell/esh-cmd.el (eshell-cmd-initialize)
(eshell-parse-command):
* lisp/eshell/esh-mode.el (eshell-preinput-scroll-to-bottom)
(eshell-postoutput-scroll-to-bottom):
* lisp/eshell/esh-module.el (eshell-modules-list):
* lisp/eshell/esh-proc.el (eshell-read-process-name)
(eshell-round-robin-kill):
* lisp/eshell/esh-var.el (eshell-envvar-names)
(eshell-variables-list): Don't quote lambdas.
2020-11-16 14:43:55 +01:00
..
em-alias.el
em-banner.el
em-basic.el Don't quote lambdas in eshell/*.el 2020-11-16 14:43:55 +01:00
em-cmpl.el Don't quote lambdas in eshell/*.el 2020-11-16 14:43:55 +01:00
em-dirs.el Don't quote lambdas in eshell/*.el 2020-11-16 14:43:55 +01:00
em-glob.el
em-hist.el Don't quote lambdas in eshell/*.el 2020-11-16 14:43:55 +01:00
em-ls.el Don't quote lambdas in eshell/*.el 2020-11-16 14:43:55 +01:00
em-pred.el Don't quote lambdas in eshell/*.el 2020-11-16 14:43:55 +01:00
em-prompt.el Don't quote lambdas in eshell/*.el 2020-11-16 14:43:55 +01:00
em-rebind.el
em-script.el
em-smart.el Don't quote lambdas in eshell/*.el 2020-11-16 14:43:55 +01:00
em-term.el
em-tramp.el
em-unix.el Don't quote lambdas in eshell/*.el 2020-11-16 14:43:55 +01:00
em-xtra.el
esh-arg.el Don't quote lambdas in eshell/*.el 2020-11-16 14:43:55 +01:00
esh-cmd.el Don't quote lambdas in eshell/*.el 2020-11-16 14:43:55 +01:00
esh-ext.el
esh-io.el
esh-mode.el Don't quote lambdas in eshell/*.el 2020-11-16 14:43:55 +01:00
esh-module.el Don't quote lambdas in eshell/*.el 2020-11-16 14:43:55 +01:00
esh-opt.el
esh-proc.el Don't quote lambdas in eshell/*.el 2020-11-16 14:43:55 +01:00
esh-util.el Merge from origin/emacs-27 2020-10-02 09:38:24 -07:00
esh-var.el Don't quote lambdas in eshell/*.el 2020-11-16 14:43:55 +01:00
eshell.el