diff options
author | Kim F. Storm <storm@cua.dk> | 2002-08-20 09:06:17 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2002-08-20 09:06:17 +0000 |
commit | e88fc3ee986c849691652fc518ce911566f2379e (patch) | |
tree | fea047d95a4459ffd6a0c1e04538e77e9aa3cb64 /lisp/edmacro.el | |
parent | c5d07859fe5c613a68219f57c9f52e47dcb53033 (diff) | |
download | emacs-e88fc3ee986c849691652fc518ce911566f2379e.tar.gz |
Remove C-x C-k binding (now in kmacro.el).
Diffstat (limited to 'lisp/edmacro.el')
-rw-r--r-- | lisp/edmacro.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/edmacro.el b/lisp/edmacro.el index e01e5960ff5..ae1b3f59896 100644 --- a/lisp/edmacro.el +++ b/lisp/edmacro.el @@ -75,8 +75,6 @@ ;;; The user-level commands for editing macros. -;;;###autoload (define-key ctl-x-map "\C-k" 'edit-kbd-macro) - ;;;###autoload (defvar edmacro-eight-bits nil "*Non-nil if edit-kbd-macro should leave 8-bit characters intact. |