startup.el (normal-no-mouse-startup-screen): Bug fix, the default key binding for C-h C-o'. (Bug#13970)
This commit is contained in:
parent
1b42ee4390
commit
cc641ee19e
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
|
||||
|
||||
* startup.el (normal-no-mouse-startup-screen): Bug fix, the
|
||||
default key binding for `describe-distribution' has been moved to
|
||||
`C-h C-o'. (Bug#13970)
|
||||
|
||||
2013-04-21 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
|
||||
|
|
|
@ -1940,7 +1940,7 @@ If you have no Meta key, you may instead type ESC followed by the character.)")
|
|||
(insert "\n" (emacs-version) "\n" emacs-copyright "\n")
|
||||
|
||||
(if (and (eq (key-binding "\C-h\C-c") 'describe-copying)
|
||||
(eq (key-binding "\C-h\C-d") 'describe-distribution)
|
||||
(eq (key-binding "\C-h\C-o") 'describe-distribution)
|
||||
(eq (key-binding "\C-h\C-w") 'describe-no-warranty))
|
||||
(progn
|
||||
(insert
|
||||
|
|
Loading…
Add table
Reference in a new issue