aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Choi2002-08-02 20:34:38 +0000
committerAndrew Choi2002-08-02 20:34:38 +0000
commit364266899060a99d925f944e251fda7e6c1d0d0b (patch)
tree793e9a77f26245c13243e9be03f9559ee074c7d9 /src
parentcc305a604df06ed827b63fe078db7b6d80c5104f (diff)
downloademacs-364266899060a99d925f944e251fda7e6c1d0d0b.tar.gz
emacs-364266899060a99d925f944e251fda7e6c1d0d0b.zip
2002-08-02 Andrew Choi <akochoi@shaw.ca>
* mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/mac.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a8cde8c335c..6058e7b5e6d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12002-08-02 Andrew Choi <akochoi@shaw.ca>
2
3 * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
4
12002-08-01 Richard M. Stallman <rms@gnu.org> 52002-08-01 Richard M. Stallman <rms@gnu.org>
2 6
3 * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o. 7 * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
diff --git a/src/mac.c b/src/mac.c
index f3d65604f5b..6070c6a0dc7 100644
--- a/src/mac.c
+++ b/src/mac.c
@@ -2754,9 +2754,7 @@ syms_of_mac ()
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);