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
254aafa8
Commit
254aafa8
authored
Aug 16, 2007
by
Juri Linkov
Browse files
(mac-apple-event-map): Bind About Emacs menu item to about-emacs instead
of display-splash-screen.
parent
1824298e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/term/mac-win.el
lisp/term/mac-win.el
+1
-1
No files found.
lisp/ChangeLog
View file @
254aafa8
...
...
@@ -36,6 +36,10 @@
(about-emacs): Add alias to display-splash-screen.
(command-line-1): Use `initial-buffer-choice'.
* menu-bar.el (menu-bar-help-menu):
* term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
item to about-emacs instead of display-splash-screen.
2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc-units.el (math-standard-units): Update values.
...
...
lisp/term/mac-win.el
View file @
254aafa8
...
...
@@ -1791,7 +1791,7 @@ Currently the `mailto' scheme is supported."
(
define-key
mac-apple-event-map
[internet-event
get-url]
'mac-ae-get-url
)
(
define-key
mac-apple-event-map
[hi-command
about]
'
display-splash-screen
)
(
define-key
mac-apple-event-map
[hi-command
about]
'
about-emacs
)
;;; Converted Carbon Events
(
defun
mac-handle-toolbar-switch-mode
(
event
)
...
...
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