From: Karl Heuer Date: Mon, 1 Jun 1998 03:03:00 +0000 (+0000) Subject: Bind f2 and C-x 6 prefixes X-Git-Tag: emacs-20.3~774 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2c02e313059d4797a746cc9bd6ca88d0915aa6e7;p=emacs.git Bind f2 and C-x 6 prefixes only via an autoload, not when this file is loaded. --- diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el index 43e188b40bf..75a8506eee5 100644 --- a/lisp/textmodes/two-column.el +++ b/lisp/textmodes/two-column.el @@ -159,15 +159,12 @@ ;;;###autoload (autoload '2C-command "two-column" () t 'keymap) (fset '2C-command 2C-mode-map) -;;;###autoload ;; This one is for historical reasons and simple keyboards, it is not ;; at all mnemonic. All usual sequences containing 2 were used, and ;; f2 could not be set up in a standard way under Emacs 18. -(global-set-key "\C-x6" '2C-command) - +;;;###autoload (global-set-key "\C-x6" '2C-command) -;;;###autoload -(global-set-key [f2] '2C-command) +;;;###autoload (global-set-key [f2] '2C-command) (defvar 2C-minor-mode-map