mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-17 11:20:39 -08:00
By treating 'eshell-current-modifiers' as a hook, we can simplify much of the code working with it and ensure that we call modifiers in a more-correct order. * lisp/eshell/em-dirs.el (eshell-expand-user-reference-1) (eshell-expand-user-reference): Simplify. We now only get a single argument. (eshell-parse-user-reference): * lisp/eshell/em-glob.el (eshell-add-glob-modifier): * lisp/eshell/em-pred.el (eshell-parse-arg-modifier): Use 'add-hook'. |
||
|---|---|---|
| .. | ||
| em-alias.el | ||
| em-banner.el | ||
| em-basic.el | ||
| em-cmpl.el | ||
| em-dirs.el | ||
| em-elecslash.el | ||
| em-extpipe.el | ||
| em-glob.el | ||
| em-hist.el | ||
| em-ls.el | ||
| em-pred.el | ||
| em-prompt.el | ||
| em-rebind.el | ||
| em-script.el | ||
| em-smart.el | ||
| em-term.el | ||
| em-tramp.el | ||
| em-unix.el | ||
| em-xtra.el | ||
| esh-arg.el | ||
| esh-cmd.el | ||
| esh-ext.el | ||
| esh-io.el | ||
| esh-mode.el | ||
| esh-module.el | ||
| esh-opt.el | ||
| esh-proc.el | ||
| esh-util.el | ||
| esh-var.el | ||
| eshell.el | ||