diff options
| author | Juanma Barranquero | 2002-10-17 16:52:29 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-10-17 16:52:29 +0000 |
| commit | 012d3cb50136f366fea6a15f0db0d5cab30be534 (patch) | |
| tree | b3f4b01c77b18ca6a9caeaa0b253a562096f08dd | |
| parent | 1269ae51b1ac024d81943cb8df78a3faeb9ab470 (diff) | |
| download | emacs-012d3cb50136f366fea6a15f0db0d5cab30be534.tar.gz emacs-012d3cb50136f366fea6a15f0db0d5cab30be534.zip | |
(eshell/define): Fix typo.
| -rw-r--r-- | lisp/eshell/esh-var.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el index f447bfb0339..c966dd1451f 100644 --- a/lisp/eshell/esh-var.el +++ b/lisp/eshell/esh-var.el | |||
| @@ -276,7 +276,7 @@ This function is explicit for adding to `eshell-parse-argument-hook'." | |||
| 276 | (eshell-parse-variable)))) | 276 | (eshell-parse-variable)))) |
| 277 | 277 | ||
| 278 | (defun eshell/define (var-alias definition) | 278 | (defun eshell/define (var-alias definition) |
| 279 | "Define an VAR-ALIAS using DEFINITION." | 279 | "Define a VAR-ALIAS using DEFINITION." |
| 280 | (if (not definition) | 280 | (if (not definition) |
| 281 | (setq eshell-variable-aliases-list | 281 | (setq eshell-variable-aliases-list |
| 282 | (delq (assoc var-alias eshell-variable-aliases-list) | 282 | (delq (assoc var-alias eshell-variable-aliases-list) |