aboutsummaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
Diffstat (limited to 'mac')
-rw-r--r--mac/ChangeLog9
-rw-r--r--mac/inc/epaths.h2
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 @@
12000-11-26 Andrew Choi <akochoi@i-cable.com>
2
3 * src/macterm.c (x_handle_tool_bar_click):
4 (note_tool_bar_highlight): change references to members deleted
5 from struct frame as in xterm.c.
6
7 * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
8 ~emacs/mac/bin.
9
12000-10-25 Andrew Choi <akochoi@i-cable.com> 102000-10-25 Andrew Choi <akochoi@i-cable.com>
2 11
3 * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml. 12 * 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. */
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