comparison lisp/textmodes/two-column.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 5fbd6bdf6b6a
children 5366b606f90d
comparison
equal deleted inserted replaced
2570:a880046a1a67 2571:b65cf676a09b
375 other (point-marker)) 375 other (point-marker))
376 (run-hooks tc-mode-hook) 376 (run-hooks tc-mode-hook)
377 (other-window -1) 377 (other-window -1)
378 (setq tc-other other)))) 378 (setq tc-other other))))
379 379
380 (fset 'tc-mode 'tc-two-columns) 380 (defalias 'tc-mode 'tc-two-columns)
381 381
382 ;;;###autoload 382 ;;;###autoload
383 (defun tc-associate-buffer () 383 (defun tc-associate-buffer ()
384 "Associate another buffer with this one in two-column minor mode. 384 "Associate another buffer with this one in two-column minor mode.
385 Can also be used to associate a just previously visited file, by 385 Can also be used to associate a just previously visited file, by