summaryrefslogtreecommitdiff
path: root/editors/joe2/files/patch-aj
blob: 0eff727bd0f13fe48b0bb1888b06579f8b8be92b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- rc.h.orig	Sun Feb 10 14:28:00 2002
+++ rc.h	Sun Feb 10 14:28:55 2002
@@ -34,11 +34,11 @@
 extern OPTIONS pdefault;
 void setopt();
 
-/* KMAP *getcontext(char *name);
+/* KMAP *joegetcontext(char *name);
  * Find and return the KMAP for a given context name.  If none is found, an
  * empty kmap is created, bound to the context name, and returned.
  */
-KMAP *getcontext();
+KMAP *joegetcontext();
 
 /* int procrc(char *name);  Process an rc file
    Returns 0 for success