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/macros.el | |
parent | 85111db572aa43349446931242f239ee6f6e1126 (diff) | |
download | emacs-5f5d794a226abf294f3a247ca81e631619d3b735.tar.gz |
Don't repeat at load time any bindings that are autoloaded.
Diffstat (limited to 'lisp/macros.el')
-rw-r--r-- | lisp/macros.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/macros.el b/lisp/macros.el index c2e8b18b4af..1e093a7630a 100644 --- a/lisp/macros.el +++ b/lisp/macros.el @@ -235,7 +235,6 @@ and then select the region of un-tablified names and use (set-marker end-marker nil) (set-marker next-line-marker nil)))) -;;;###autoload -(define-key ctl-x-map "q" 'kbd-macro-query) +;;;###autoload (define-key ctl-x-map "q" 'kbd-macro-query) ;;; macros.el ends here |