comparison lisp/macros.el @ 5307:069c54e77fd1

Don't repeat at load time any bindings that are autoloaded.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Dec 1993 04:52:56 +0000
parents c75a5c7d4f39
children 54baa5a15850
comparison
equal deleted inserted replaced
5306:a2f8f9c4e29b 5307:069c54e77fd1
233 (save-excursion 233 (save-excursion
234 (execute-kbd-macro (or macro last-kbd-macro)))) 234 (execute-kbd-macro (or macro last-kbd-macro))))
235 (set-marker end-marker nil) 235 (set-marker end-marker nil)
236 (set-marker next-line-marker nil)))) 236 (set-marker next-line-marker nil))))
237 237
238 ;;;###autoload 238 ;;;###autoload (define-key ctl-x-map "q" 'kbd-macro-query)
239 (define-key ctl-x-map "q" 'kbd-macro-query)
240 239
241 ;;; macros.el ends here 240 ;;; macros.el ends here