summaryrefslogtreecommitdiff
path: root/lisp/textmodes/two-column.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/textmodes/two-column.el
parentf2a2c3d2e30b0b2acf404c80b53bb99c98920955 (diff)
downloademacs-31e1d9206b69676f624dd8ef2958afbbe6e32fd5.tar.gz
emacs-31e1d9206b69676f624dd8ef2958afbbe6e32fd5.tar.bz2
emacs-31e1d9206b69676f624dd8ef2958afbbe6e32fd5.zip
All fsets changed to defaliases.
Diffstat (limited to 'lisp/textmodes/two-column.el')
-rw-r--r--lisp/textmodes/two-column.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el
index 76fc38b6d02..dd22631957d 100644
--- a/lisp/textmodes/two-column.el
+++ b/lisp/textmodes/two-column.el
@@ -377,7 +377,7 @@ The appearance of the screen can be customized by the variables
(other-window -1)
(setq tc-other other))))
-(fset 'tc-mode 'tc-two-columns)
+(defalias 'tc-mode 'tc-two-columns)
;;;###autoload
(defun tc-associate-buffer ()