diff options
author | Andrew Choi <akochoi@shaw.ca> | 2000-11-26 06:35:26 +0000 |
---|---|---|
committer | Andrew Choi <akochoi@shaw.ca> | 2000-11-26 06:35:26 +0000 |
commit | c1e279c22cc7fda1c8d7cae5dc4d762ea60efff7 (patch) | |
tree | e0b43b066fec7594b07f0c386b0f69b9e23d915d /mac | |
parent | 47092217997cdb4cf1af20dd0ba887f0c1f9abed (diff) | |
download | emacs-c1e279c22cc7fda1c8d7cae5dc4d762ea60efff7.tar.gz |
* 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')
-rw-r--r-- | mac/ChangeLog | 9 | ||||
-rw-r--r-- | mac/inc/epaths.h | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog index 60fed9c1a41..42e230e751f 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog @@ -1,3 +1,12 @@ +2000-11-26 Andrew Choi <akochoi@i-cable.com> + + * 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. + 2000-10-25 Andrew Choi <akochoi@i-cable.com> * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml. 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. */ variable exec-path and the first file name in it sets the Lisp variable exec-directory. exec-directory is used for finding executables and other architecture-dependent files. */ -#define PATH_EXEC "~emacs/mac/bin" +#define PATH_EXEC "~emacs/mac" /* Where Emacs should look for its architecture-independent data files, like the NEWS file. The lisp variable data-directory |