emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112343: startup.el (normal-no-mouse-


From: Xue Fuqiao
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112343: startup.el (normal-no-mouse-startup-screen): Bug fix, the default key binding for C-h C-o'. (Bug#13970)
Date: Sun, 21 Apr 2013 10:45:38 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112343
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Sun 2013-04-21 10:45:38 +0800
message:
  startup.el (normal-no-mouse-startup-screen): Bug fix, the default key binding 
for C-h C-o'.  (Bug#13970)
modified:
  lisp/ChangeLog
  lisp/startup.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-04-21 00:37:54 +0000
+++ b/lisp/ChangeLog    2013-04-21 02:45:38 +0000
@@ -1,3 +1,9 @@
+2013-04-21  Xue Fuqiao  <address@hidden>
+
+       * 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  <address@hidden>
 
        * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):

=== modified file 'lisp/startup.el'
--- a/lisp/startup.el   2013-03-16 08:20:36 +0000
+++ b/lisp/startup.el   2013-04-21 02:45:38 +0000
@@ -1940,7 +1940,7 @@
   (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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]