summaryrefslogtreecommitdiff
path: root/lisp/shell.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-04-23 06:51:44 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-04-23 06:51:44 +0000
commit143cbacb8c8430bf33e7d4c8c9b5c7307fda6c98 (patch)
tree3c363720c5107ef66d9a45deb3ba3ee3cf42855f /lisp/shell.el
parentef6ed06d57c44cc48d84d645e74a1edc7b9103b1 (diff)
downloademacs-143cbacb8c8430bf33e7d4c8c9b5c7307fda6c98.tar.gz
All fsets changed to defaliases.
Diffstat (limited to 'lisp/shell.el')
-rw-r--r--lisp/shell.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/shell.el b/lisp/shell.el
index 0c405026e65..50562b21fa2 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -454,7 +454,7 @@ Environment variables are expanded, see function substitute-in-file-name."
(if shell-dirtrackp "ON" "OFF")))
;;; For your typing convenience:
-(fset 'dirtrack-toggle 'shell-dirtrack-toggle)
+(defalias 'dirtrack-toggle 'shell-dirtrack-toggle)
(defun shell-resync-dirs ()
@@ -502,7 +502,7 @@ command again."
(error (message "Couldn't cd.")))))))
;;; For your typing convenience:
-(fset 'dirs 'shell-resync-dirs)
+(defalias 'dirs 'shell-resync-dirs)
;;; Show the current dirstack on the message line.