comparison lisp/edmacro.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 463663a999ee
children daac61915408
comparison
equal deleted inserted replaced
5306:a2f8f9c4e29b 5307:069c54e77fd1
72 (require 'cl) 72 (require 'cl)
73 73
74 ;;; The user-level commands for editing macros. 74 ;;; The user-level commands for editing macros.
75 75
76 ;;;###autoload (define-key ctl-x-map "\C-k" 'edit-kbd-macro) 76 ;;;###autoload (define-key ctl-x-map "\C-k" 'edit-kbd-macro)
77 (define-key ctl-x-map "\C-k" 'edit-kbd-macro)
78 77
79 ;;;###autoload 78 ;;;###autoload
80 (defvar edmacro-eight-bits nil 79 (defvar edmacro-eight-bits nil
81 "*Non-nil if edit-kbd-macro should leave 8-bit characters intact. 80 "*Non-nil if edit-kbd-macro should leave 8-bit characters intact.
82 Default nil means to write characters above \\177 in octal notation.") 81 Default nil means to write characters above \\177 in octal notation.")