home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-12-29 | 326 b | 13 lines | [TEXT/EMAC] |
- ;;;
- ;;; This file is part of a Macintosh port of GNU Emacs.
- ;;; Copyright (C) 1993 Marc Parmet. All rights reserved.
- ;;;
- ;;; This file is read after .emacs is read at startup.
- ;;;
-
- (load "mac/apple-events" nil t)
- (load "mac/core-suite" nil t)
- (load "mac/menus" nil t)
- (setq accept-high-level-events t)
- (provide 'mac-runtime)
-