changeset 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 6f3953a83c05
children cf99f76fc3d4
files src/ChangeLog src/mac.c
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Aug 02 18:03:01 2002 +0000
+++ b/src/ChangeLog	Fri Aug 02 20:34:38 2002 +0000
@@ -1,3 +1,7 @@
+2002-08-02  Andrew Choi  <akochoi@shaw.ca>
+
+	* mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
+
 2002-08-01  Richard M. Stallman  <rms@gnu.org>
 
 	* Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
--- a/src/mac.c	Fri Aug 02 18:03:01 2002 +0000
+++ b/src/mac.c	Fri Aug 02 20:34:38 2002 +0000
@@ -2754,9 +2754,7 @@
   
   defsubr (&Smac_paste_function);
   defsubr (&Smac_cut_function);
-#if 0
   defsubr (&Sx_selection_exists_p);
-#endif /* 0 */
 
   defsubr (&Sdo_applescript);
   defsubr (&Smac_file_name_to_posix);