emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117166: * lisp/cus-start.el: Fix some :version n


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r117166: * lisp/cus-start.el: Fix some :version numbers.
Date: Wed, 28 May 2014 15:48:48 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117166
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Wed 2014-05-28 08:48:39 -0700
message:
  * lisp/cus-start.el: Fix some :version numbers.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/cus-start.el              
cusstart.el-20091113204419-o5vbwnq5f7feedwu-1100
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-05-27 14:59:08 +0000
+++ b/lisp/ChangeLog    2014-05-28 15:48:39 +0000
@@ -1,8 +1,12 @@
+2014-05-28  Glenn Morris  <address@hidden>
+
+       * cus-start.el: Fix some :version numbers.
+
 2014-05-27  Stefan Monnier  <address@hidden>
 
-       * simple.el (deactivate-mark): Set mark-active to nil even if 
deactivation
-       is done via setting transient-mark-mode to nil, since one is
-       buffer-local and the other is global.
+       * simple.el (deactivate-mark): Set mark-active to nil even if
+       deactivation is done via setting transient-mark-mode to nil,
+       since one is buffer-local and the other is global.
 
        * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
        there can't be more than 2 arguments (bug#17584).

=== modified file 'lisp/cus-start.el'
--- a/lisp/cus-start.el 2014-01-01 07:43:34 +0000
+++ b/lisp/cus-start.el 2014-05-28 15:48:39 +0000
@@ -364,7 +364,7 @@
                             left)
                      (const control) (const meta)
                      (const alt) (const hyper)
-                     (const super)) "24.0")
+                     (const super)) "24.1")
             (ns-command-modifier
              ns
              (choice (const :tag "No modifier" nil)
@@ -378,7 +378,7 @@
                             left)
                      (const control) (const meta)
                      (const alt) (const hyper)
-                     (const super)) "24.0")
+                     (const super)) "24.1")
             (ns-alternate-modifier
              ns
              (choice (const :tag "No modifier (work as alternate/option)" none)
@@ -400,7 +400,7 @@
                      (const alt) (const hyper)
                      (const super)) "23.1")
             (ns-antialias-text ns boolean "23.1")
-            (ns-auto-hide-menu-bar ns boolean "24.0")
+            (ns-auto-hide-menu-bar ns boolean "24.1")
             (ns-use-native-fullscreen ns boolean "24.4")
             (ns-use-srgb-colorspace ns boolean "24.4")
             ;; process.c


reply via email to

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