Mercurial > emacs
changeset 22303:d6cc394c34b4
Bind f2 and C-x 6 prefixes
only via an autoload, not when this file is loaded.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 01 Jun 1998 03:03:00 +0000 |
parents | fb2d8c0920c6 |
children | f322afba9154 |
files | lisp/textmodes/two-column.el |
diffstat | 1 files changed, 2 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/two-column.el Mon Jun 01 03:01:30 1998 +0000 +++ b/lisp/textmodes/two-column.el Mon Jun 01 03:03:00 1998 +0000 @@ -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