From: Chong Yidong Date: Sat, 31 Dec 2005 02:05:04 +0000 (+0000) Subject: Remove obsolete comment X-Git-Tag: emacs-pretest-22.0.90~4952 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/6e813c38e965d2d3749923195f14af1cdd15d037 Remove obsolete comment --- diff --git a/lisp/cus-theme.el b/lisp/cus-theme.el index b95ffc5d32..cc5890678a 100644 --- a/lisp/cus-theme.el +++ b/lisp/cus-theme.el @@ -32,9 +32,6 @@ (require 'wid-edit)) (defvar custom-new-theme-mode-map - ;; This keymap should be dense, but a dense keymap would prevent inheriting - ;; "\r" bindings from the parent map. - ;; Actually, this misfeature of dense keymaps was fixed on 2001-11-26. (let ((map (make-keymap))) (set-keymap-parent map widget-keymap) (suppress-keymap map)