]> git.eshelyaron.com Git - emacs.git/commitdiff
startup.el (normal-no-mouse-startup-screen): Bug fix, the default key binding for...
authorXue Fuqiao <xfq.free@gmail.com>
Sun, 21 Apr 2013 02:45:38 +0000 (10:45 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sun, 21 Apr 2013 02:45:38 +0000 (10:45 +0800)
lisp/ChangeLog
lisp/startup.el

index c791affe2f2e6c2848e96df9707fa8d95c7fac0d..2fda98c317d88c82512297d7535d74b4024f12e4 100644 (file)
@@ -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):
index db84a5b11b2946ae5d618dea86d799091a2bff28..dc21005ab9463e83da016f7454ecba37df5955b8 100644 (file)
@@ -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