comparison src/mac.c @ 46788:3d4689375228

2002-08-02 Andrew Choi <akochoi@shaw.ca> * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
author Andrew Choi <akochoi@shaw.ca>
date Fri, 02 Aug 2002 20:34:38 +0000
parents 40db0673e6f0
children eba75fedd593
comparison
equal deleted inserted replaced
46787:6f3953a83c05 46788:3d4689375228
2752 QCLIPBOARD = intern ("CLIPBOARD"); 2752 QCLIPBOARD = intern ("CLIPBOARD");
2753 staticpro (&QCLIPBOARD); 2753 staticpro (&QCLIPBOARD);
2754 2754
2755 defsubr (&Smac_paste_function); 2755 defsubr (&Smac_paste_function);
2756 defsubr (&Smac_cut_function); 2756 defsubr (&Smac_cut_function);
2757 #if 0
2758 defsubr (&Sx_selection_exists_p); 2757 defsubr (&Sx_selection_exists_p);
2759 #endif /* 0 */
2760 2758
2761 defsubr (&Sdo_applescript); 2759 defsubr (&Sdo_applescript);
2762 defsubr (&Smac_file_name_to_posix); 2760 defsubr (&Smac_file_name_to_posix);
2763 defsubr (&Sposix_file_name_to_mac); 2761 defsubr (&Sposix_file_name_to_mac);
2764 } 2762 }