Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2c02e313
Commit
2c02e313
authored
Jun 01, 1998
by
Karl Heuer
Browse files
Bind f2 and C-x 6 prefixes
only via an autoload, not when this file is loaded.
parent
6e2c8840
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
lisp/textmodes/two-column.el
lisp/textmodes/two-column.el
+2
-5
No files found.
lisp/textmodes/two-column.el
View file @
2c02e313
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment