Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
18348234
Commit
18348234
authored
May 28, 2014
by
Glenn Morris
Browse files
* lisp/cus-start.el: Fix some :version numbers.
parent
c7f8fb28
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
lisp/ChangeLog
lisp/ChangeLog
+7
-3
lisp/cus-start.el
lisp/cus-start.el
+3
-3
No files found.
lisp/ChangeLog
View file @
18348234
2014-05-28 Glenn Morris <rgm@gnu.org>
* cus-start.el: Fix some :version numbers.
2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
* 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).
...
...
lisp/cus-start.el
View file @
18348234
...
...
@@ -364,7 +364,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
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 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
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 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
(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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment