# HG changeset patch # User Juri Linkov # Date 1187223058 0 # Node ID 3d3fbe15d8ec550e9d0aa4df053e1eb4e7831ac2 # Parent 691ac5406bd47b077e896d145b51fe72e7c169d9 (mac-apple-event-map): Bind About Emacs menu item to about-emacs instead of display-splash-screen. diff -r 691ac5406bd4 -r 3d3fbe15d8ec lisp/term/mac-win.el --- a/lisp/term/mac-win.el Thu Aug 16 00:10:39 2007 +0000 +++ b/lisp/term/mac-win.el Thu Aug 16 00:10:58 2007 +0000 @@ -1791,7 +1791,7 @@ (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)