diff options
| author | Andrew Choi | 2003-04-01 01:09:13 +0000 |
|---|---|---|
| committer | Andrew Choi | 2003-04-01 01:09:13 +0000 |
| commit | 2f4b24c371cd02e3fdbc26a6e6ea168122b28696 (patch) | |
| tree | fc3be66e8d30bdb91ae12e6b66348c62c773b482 /src/macfns.c | |
| parent | f202923389fab2e8255dbdc7110cc8d0d28eaf0d (diff) | |
| download | emacs-2f4b24c371cd02e3fdbc26a6e6ea168122b28696.tar.gz emacs-2f4b24c371cd02e3fdbc26a6e6ea168122b28696.zip | |
Fix build on Mac OS X with Carbon.
Diffstat (limited to 'src/macfns.c')
| -rw-r--r-- | src/macfns.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/macfns.c b/src/macfns.c index 5a3651a9dfa..ebaf2ee49e1 100644 --- a/src/macfns.c +++ b/src/macfns.c | |||
| @@ -8803,8 +8803,6 @@ syms_of_macfns () | |||
| 8803 | Fput (Qundefined_color, Qerror_message, | 8803 | Fput (Qundefined_color, Qerror_message, |
| 8804 | build_string ("Undefined color")); | 8804 | build_string ("Undefined color")); |
| 8805 | 8805 | ||
| 8806 | init_x_parm_symbols (); | ||
| 8807 | |||
| 8808 | DEFVAR_LISP ("x-bitmap-file-path", &Vx_bitmap_file_path, | 8806 | DEFVAR_LISP ("x-bitmap-file-path", &Vx_bitmap_file_path, |
| 8809 | doc: /* List of directories to search for window system bitmap files. */); | 8807 | doc: /* List of directories to search for window system bitmap files. */); |
| 8810 | Vx_bitmap_file_path = decode_env_path ((char *) 0, "PATH"); | 8808 | Vx_bitmap_file_path = decode_env_path ((char *) 0, "PATH"); |