diff options
author | kei <kei@pkgsrc.org> | 2000-11-21 05:21:08 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2000-11-21 05:21:08 +0000 |
commit | 4dab7cd0577cc80792cba346365766ac50e7d281 (patch) | |
tree | b0f070ceaacc542fc04a930e30bf2c48bc77ba8a /editors/mule/patches/patch-ah | |
parent | dba2e544a7858938cc37cdd6e48dd41b92330ee4 (diff) | |
download | pkgsrc-4dab7cd0577cc80792cba346365766ac50e7d281.tar.gz |
Import of "Mule" package:
Multilingual GNU editing macros (editor)
It was based on Mule ports of FreeBSD and Emacs ports of NetBSD originally,
lots of changes are adapted as a result of discussion on
tech-pkg-ja@jp.NetBSD.ORG mailing list.
Diffstat (limited to 'editors/mule/patches/patch-ah')
-rw-r--r-- | editors/mule/patches/patch-ah | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/editors/mule/patches/patch-ah b/editors/mule/patches/patch-ah new file mode 100644 index 00000000000..407b467b33d --- /dev/null +++ b/editors/mule/patches/patch-ah @@ -0,0 +1,30 @@ +$NetBSD: patch-ah,v 1.1.1.1 2000/11/21 05:21:10 kei Exp $ + +--- src/fileio.c.orig Mon Sep 20 23:29:04 1999 ++++ src/fileio.c Mon Sep 20 23:30:03 1999 +@@ -2604,8 +2604,6 @@ + return value; + } + +-#ifdef unix +- + DEFUN ("unix-sync", Funix_sync, Sunix_sync, 0, 0, "", + "Tell Unix to finish all pending disk updates.") + () +@@ -2614,8 +2612,6 @@ + return Qnil; + } + +-#endif /* unix */ +- + DEFUN ("file-newer-than-file-p", Ffile_newer_than_file_p, Sfile_newer_than_file_p, 2, 2, 0, + "Return t if file FILE1 is newer than file FILE2.\n\ + If FILE1 does not exist, the answer is nil;\n\ +@@ -4507,7 +4503,5 @@ + defsubr (&Sread_file_name_internal); + defsubr (&Sread_file_name); + +-#ifdef unix + defsubr (&Sunix_sync); +-#endif + } |