diff lisp/shell.el @ 2571:b65cf676a09b

All fsets changed to defaliases.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 23 Apr 1993 06:51:44 +0000
parents a212ee1907fe
children 2e9095b5b23d
line wrap: on
line diff
--- a/lisp/shell.el	Fri Apr 23 06:50:51 1993 +0000
+++ b/lisp/shell.el	Fri Apr 23 06:51:44 1993 +0000
@@ -454,7 +454,7 @@
 	   (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 @@
 	  (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.