summaryrefslogtreecommitdiff
path: root/lisp/edmacro.el
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2002-08-20 09:06:17 +0000
committerKim F. Storm <storm@cua.dk>2002-08-20 09:06:17 +0000
commite88fc3ee986c849691652fc518ce911566f2379e (patch)
treefea047d95a4459ffd6a0c1e04538e77e9aa3cb64 /lisp/edmacro.el
parentc5d07859fe5c613a68219f57c9f52e47dcb53033 (diff)
downloademacs-e88fc3ee986c849691652fc518ce911566f2379e.tar.gz
Remove C-x C-k binding (now in kmacro.el).
Diffstat (limited to 'lisp/edmacro.el')
-rw-r--r--lisp/edmacro.el2
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.