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 | 5f5d794a226abf294f3a247ca81e631619d3b735 (patch) | |
tree | 0e37068a65eeb9c6e4e5cdb8583820081c882d81 /lisp/edmacro.el | |
parent | 85111db572aa43349446931242f239ee6f6e1126 (diff) | |
download | emacs-5f5d794a226abf294f3a247ca81e631619d3b735.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 |