comparison mac/inc/epaths.h @ 33886:ff4ddf873081

* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight): change references to members deleted from struct frame as in xterm.c. * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of ~emacs/mac/bin. * emacs.c (main) [macintosh]: call syms_of_frame before calling init_window_once.
author Andrew Choi <akochoi@shaw.ca>
date Sun, 26 Nov 2000 06:35:26 +0000
parents 923b8d6d8277
children 01b93e5e53a7
comparison
equal deleted inserted replaced
33885:fd77fd05cecb 33886:ff4ddf873081
35 /* The extra search path for programs to invoke. This is appended to 35 /* The extra search path for programs to invoke. This is appended to
36 whatever the PATH environment variable says to set the Lisp 36 whatever the PATH environment variable says to set the Lisp
37 variable exec-path and the first file name in it sets the Lisp 37 variable exec-path and the first file name in it sets the Lisp
38 variable exec-directory. exec-directory is used for finding 38 variable exec-directory. exec-directory is used for finding
39 executables and other architecture-dependent files. */ 39 executables and other architecture-dependent files. */
40 #define PATH_EXEC "~emacs/mac/bin" 40 #define PATH_EXEC "~emacs/mac"
41 41
42 /* Where Emacs should look for its architecture-independent data 42 /* Where Emacs should look for its architecture-independent data
43 files, like the NEWS file. The lisp variable data-directory 43 files, like the NEWS file. The lisp variable data-directory
44 is set to this value. */ 44 is set to this value. */
45 #define PATH_DATA "~emacs/data" 45 #define PATH_DATA "~emacs/data"