summaryrefslogtreecommitdiff
path: root/lisp/textmodes/two-column.el
diff options
context:
space:
mode:
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 ()