]> code.delx.au - gnu-emacs/commitdiff
Remove obsolete comment
authorChong Yidong <cyd@stupidchicken.com>
Sat, 31 Dec 2005 02:05:04 +0000 (02:05 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 31 Dec 2005 02:05:04 +0000 (02:05 +0000)
lisp/cus-theme.el

index b95ffc5d32962f828356474b1b1015c261897dd4..cc5890678a8bfabd06c6e17053715a401c5a3259 100644 (file)
@@ -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)