diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/bindings.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6d8f1ee49dc..2e4050bec8c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-04-18 Leo Liu <sdl.web@gmail.com> + + * bindings.el (help-event-list): Add ?\?. + 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca> * subr.el (with-wrapper-hook): Declare obsolete. diff --git a/lisp/bindings.el b/lisp/bindings.el index 5c95bcd0baa..fe0eabb77af 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -675,7 +675,7 @@ language you are using." (garbage-collect) -(setq help-event-list '(help f1)) +(setq help-event-list '(help f1 ?\?)) (make-variable-buffer-local 'minor-mode-overriding-map-alist) |