diff options
| author | Andrew Choi | 2000-11-26 06:35:26 +0000 |
|---|---|---|
| committer | Andrew Choi | 2000-11-26 06:35:26 +0000 |
| commit | c1e279c22cc7fda1c8d7cae5dc4d762ea60efff7 (patch) | |
| tree | e0b43b066fec7594b07f0c386b0f69b9e23d915d /mac/inc | |
| parent | 47092217997cdb4cf1af20dd0ba887f0c1f9abed (diff) | |
| download | emacs-c1e279c22cc7fda1c8d7cae5dc4d762ea60efff7.tar.gz emacs-c1e279c22cc7fda1c8d7cae5dc4d762ea60efff7.zip | |
* 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.
Diffstat (limited to 'mac/inc')
| -rw-r--r-- | mac/inc/epaths.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mac/inc/epaths.h b/mac/inc/epaths.h index 706a8aa42d9..7dad4582efa 100644 --- a/mac/inc/epaths.h +++ b/mac/inc/epaths.h | |||
| @@ -37,7 +37,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 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 |