From: Xue Fuqiao Date: Sun, 21 Apr 2013 02:45:38 +0000 (+0800) Subject: startup.el (normal-no-mouse-startup-screen): Bug fix, the default key binding for... X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~412 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cc641ee19e6f99b388f96405807ad22c793f48cf;p=emacs.git startup.el (normal-no-mouse-startup-screen): Bug fix, the default key binding for C-h C-o'. (Bug#13970) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c791affe2f2..2fda98c317d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2013-04-21 Xue Fuqiao + + * 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 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal): diff --git a/lisp/startup.el b/lisp/startup.el index db84a5b11b2..dc21005ab94 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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