diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-12-23 04:52:56 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-12-23 04:52:56 +0000 |
commit | ecc21289e11bcbfb7d6f5a976ad47cc4f8904ea3 (patch) | |
tree | 581ae1c9a9b0894a18250fed76099ba95a4289ef /lisp/edmacro.el | |
parent | 1e3af4e87f58d8f9bb6d299355d9ea3c29dae643 (diff) | |
download | emacs-ecc21289e11bcbfb7d6f5a976ad47cc4f8904ea3.tar.gz |
Don't repeat at load time any bindings that are autoloaded.
Diffstat (limited to 'lisp/edmacro.el')
-rw-r--r-- | lisp/edmacro.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/edmacro.el b/lisp/edmacro.el index 78e7406b645..ab2a6c1631f 100644 --- a/lisp/edmacro.el +++ b/lisp/edmacro.el @@ -74,7 +74,6 @@ ;;; The user-level commands for editing macros. ;;;###autoload (define-key ctl-x-map "\C-k" 'edit-kbd-macro) -(define-key ctl-x-map "\C-k" 'edit-kbd-macro) ;;;###autoload (defvar edmacro-eight-bits nil |