summaryrefslogtreecommitdiff
path: root/lisp/eshell
Commit message (Expand)AuthorAgeFilesLines
* Replace some uses of obsolete argument of display-completion-listGlenn Morris2014-02-281-1/+2
* * eshell/esh-mode.el (eshell-password-prompt-regexp):Michael Albinus2014-01-191-6/+7
* Spelling fixes.Paul Eggert2014-01-131-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-0128-28/+28
* * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.Leo Liu2013-12-191-2/+2
* * net/rcirc.el (rcirc-add-face):Leo Liu2013-12-172-2/+2
* * lisp/eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink): Fix doc typos.Glenn Morris2013-10-291-2/+2
* * lisp/eshell/esh-cmd.el (eshell--sep-terms): New var.Stefan Monnier2013-09-231-11/+13
* * lisp/eshell/em-ls.el: Use advice. Remove redundant :group keywords.Stefan Monnier2013-09-191-90/+60
* * eshell/em-unix.el (eshell-remove-entries):Glenn Morris2013-09-181-2/+2
* Revise previous esh-proc changeGlenn Morris2013-09-181-8/+6
* * eshell/esh-proc.el (eshell-reset-after-proc): Mark unused arg.Glenn Morris2013-09-181-1/+5
* * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.Glenn Morris2013-09-181-3/+5
* * eshell/em-unix.el (eshell-remove-entries): Remove unused arg `path'.Glenn Morris2013-09-181-4/+4
* * eshell/em-hist.el (eshell-hist-parse-arguments): Remove unused arg `silent'.Glenn Morris2013-09-181-3/+3
* Address some "unused lexical argument" warnings in eshellGlenn Morris2013-09-183-14/+15
* * eshell/em-glob.el (ange-cache):Glenn Morris2013-09-172-0/+4
* * eshell/esh-util.el (eshell-sublist): Remove unused local variable.Glenn Morris2013-09-171-2/+1
* Address some "unused lexical variable" warningsGlenn Morris2013-09-174-7/+8
* * lisp/eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.Stefan Monnier2013-09-173-44/+43
* * lisp/eshell/esh-opt.el: Fix last change to set lexical-vars properly.Stefan Monnier2013-09-162-53/+61
* * eshell/em-unix.el (eshell/rm): Make -f ignore missing files. Glenn Morris2013-09-141-11/+14
* * lisp/eshell/esh-cmd.el (eshell--local-vars): New variable. Glenn Morris2013-09-142-1/+6
* * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.Glenn Morris2013-09-141-3/+3
* * eshell/esh-util.el (ange-cache): Move declaration earlier.Glenn Morris2013-09-131-2/+2
* * lisp/eshell/esh-ext.el (eshell-search-path): Declare.Glenn Morris2013-09-131-0/+4
* * lisp/eshell/em-prompt.el (eshell/pwd): Autoload it.Glenn Morris2013-09-131-0/+2
* * eshell/em-cmpl.el: Undo accidental part of last commit.Stefan Monnier2013-09-121-4/+16
* * lisp/eshell/*.el: Use lexical-binding.Stefan Monnier2013-09-1228-44/+32
* Cleanup Eshell to rely less on dynamic scoping.Stefan Monnier2013-09-1212-140/+133
* * lisp/eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization.Stefan Monnier2013-09-111-34/+33
* Use define-derived-mode (and derived-mode-p).Stefan Monnier2013-09-101-84/+65
* Do not call to `selected-window' where it is assumed by default.Dmitry Antipov2013-08-051-1/+1
* * lisp/subr.el (macrop): New function.Stefan Monnier2013-08-041-9/+1
* Update Ehsell visual-commands documentationAidan Gauland2013-06-101-4/+14
* Fix Eshell bugAidan Gauland2013-06-091-6/+7
* Tidy module initialisation functionsAidan Gauland2013-06-093-14/+19
* * eshell/esh-mode.el (eshell-mode): Fix key bindings.Leo Liu2013-06-051-5/+2
* * eshell/em-term.el (cl-lib): Require `cl-lib'.Tassilo Horn2013-06-031-0/+1
* * NEWS: Document eshell visual subcommands and options.Tassilo Horn2013-06-031-3/+3
* * lisp/eshell/em-term.el: New defcustoms need :version tags.Glenn Morris2013-06-021-2/+6
* * eshell/esh-ext.el (eshell-external-command): Pass args toTassilo Horn2013-06-024-15/+59
* * eshell/em-cmpl.el (eshell-cmpl-initialize): Replace obsolete aliasGlenn Morris2013-06-011-2/+2
* In Eshell, replace obsolete lisp-complete-symbolGlenn Morris2013-05-291-3/+9
* Added -r option to eshell/cpAidan Gauland2013-05-281-1/+3
* Silence em-ls compilationGlenn Morris2013-05-231-1/+3
* Silence many eshell compilation warningsGlenn Morris2013-05-2221-30/+56
* * lisp/eshell/em-ls.el (eshell-ls-dir): Fix -A handling.Glenn Morris2013-05-221-3/+3
* Misc custom group fixesGlenn Morris2013-05-151-5/+6
* Fix a bunch of custom types (thank you cus-test.el)Glenn Morris2013-05-081-1/+2