2002-08-02 Andrew Choi <akochoi@shaw.ca>
authorAndrew Choi <akochoi@shaw.ca>
Fri, 2 Aug 2002 20:34:38 +0000 (20:34 +0000)
committerAndrew Choi <akochoi@shaw.ca>
Fri, 2 Aug 2002 20:34:38 +0000 (20:34 +0000)
* mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.

src/ChangeLog
src/mac.c

index a8cde8c..6058e7b 100644 (file)
@@ -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.
index f3d6560..6070c6a 100644 (file)
--- a/src/mac.c
+++ b/src/mac.c
@@ -2754,9 +2754,7 @@ syms_of_mac ()
   
   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);