summaryrefslogtreecommitdiff
path: root/lisp/tar-mode.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
commit31e1d9206b69676f624dd8ef2958afbbe6e32fd5 (patch)
tree14eaeb57d9fd60dcdf1f1e247854a39689e35e31 /lisp/tar-mode.el
parentf2a2c3d2e30b0b2acf404c80b53bb99c98920955 (diff)
downloademacs-31e1d9206b69676f624dd8ef2958afbbe6e32fd5.tar.gz
All fsets changed to defaliases.
Diffstat (limited to 'lisp/tar-mode.el')
-rw-r--r--lisp/tar-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el
index f653188e3fb..a4084b02408 100644
--- a/lisp/tar-mode.el
+++ b/lisp/tar-mode.el
@@ -1119,8 +1119,8 @@ itself."
(if (not (fboundp 'tar-real-normal-mode))
- (fset 'tar-real-normal-mode (symbol-function 'normal-mode)))
-(fset 'normal-mode 'tar-normal-mode)
+ (defalias 'tar-real-normal-mode (symbol-function 'normal-mode)))
+(defalias 'normal-mode 'tar-normal-mode)
(provide 'tar-mode)