mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
(mac-apple-event-map): Bind kHICommandAbout event to
`about-emacs' instead of `display-splash-screen'.
This commit is contained in:
parent
abfd019136
commit
8f13498885
@ -1,3 +1,8 @@
|
||||
2007-12-23 David Reitter <david.reitter@gmail.com>
|
||||
|
||||
* term/mac-win.el (mac-apple-event-map): Bind kHICommandAbout event to
|
||||
`about-emacs' instead of `display-splash-screen'.
|
||||
|
||||
2007-12-22 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* simple.el (minibuffer-history, shell-command-history)
|
||||
|
@ -1777,7 +1777,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)
|
||||
|
Loading…
Reference in New Issue
Block a user