diff options
author | Glenn Morris <rgm@gnu.org> | 2010-01-14 19:59:04 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-01-14 19:59:04 -0800 |
commit | 56a03f46b825f2c22c7a982e8d4bcb5545908a09 (patch) | |
tree | 4fc0fedd2db051b51b1102179f370af20c3c0f09 /lisp/wid-edit.el | |
parent | 1db3226b1aa44e3ceea7ac2a0b25adc18c55ae5e (diff) | |
download | emacs-56a03f46b825f2c22c7a982e8d4bcb5545908a09.tar.gz |
Fix Bug#5311.
* log-view.el (top-level): Require 'wid-edit. (Bug#5311)
* wid-edit.el (widget-keymap): Doc fix.
Diffstat (limited to 'lisp/wid-edit.el')
-rw-r--r-- | lisp/wid-edit.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index 52a8ad51dab..a087f17a900 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el @@ -875,7 +875,8 @@ button end points." (define-key map [(control ?m)] 'widget-button-press) map) "Keymap containing useful binding for buffers containing widgets. -Recommended as a parent keymap for modes using widgets.") +Recommended as a parent keymap for modes using widgets. +Note that such modes will need to require wid-edit.") (defvar widget-global-map global-map "Keymap used for events a widget does not handle itself.") |