summaryrefslogtreecommitdiff
blob: 17a95439510b14f769dedfeb548dd8f23858b699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Only in src: .deps
Only in src: Makefile
Only in src: color.o
Only in src: cut.o
Only in src: files.o
diff -ur src.orig/global.c src/global.c
--- src.orig/global.c	2004-01-26 03:41:57.311795432 -0500
+++ src/global.c	2004-01-26 03:49:42.517073480 -0500
@@ -290,7 +290,6 @@
 #endif
     toggle_init_one(TOGGLE_NOCONVERT_KEY, toggle_noconvert_msg, NO_CONVERT);
     toggle_init_one(TOGGLE_DOS_KEY, toggle_dos_msg, DOS_FILE);
-    toggle_init_one(TOGGLE_MAC_KEY, toggle_mac_msg, MAC_FILE);
     toggle_init_one(TOGGLE_BACKUP_KEY, toggle_backup_msg, BACKUP_FILE);
     toggle_init_one(TOGGLE_SMOOTH_KEY, toggle_smooth_msg, SMOOTHSCROLL);
 #ifdef ENABLE_COLOR
Only in src: global.o
Only in src: move.o
Only in src: nano
Only in src: nano.o
Only in src: rcfile.o
Only in src: search.o
Only in src: test
Only in src: utils.o
Only in src: winio.o