You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.2 KiB
33 lines
1.2 KiB
Index: jasspa/macros/newuser.emf |
|
--- jasspa/macros/newuser.emf.orig 2006-11-06 00:39:44 +0100 |
|
+++ jasspa/macros/newuser.emf 2007-06-11 20:46:12 +0200 |
|
@@ -30,10 +30,10 @@ |
|
unset-variable .exit |
|
!emacro |
|
!if &band $system 0x80 |
|
- set-variable .newuser.jasspa ".jasspa" |
|
+ set-variable .newuser.jasspa ".microemacs" |
|
set-variable .newuser.pathdiv ":" |
|
!else |
|
- set-variable .newuser.jasspa "jasspa" |
|
+ set-variable .newuser.jasspa "microemacs" |
|
set-variable .newuser.pathdiv ";" |
|
!endif |
|
|
|
Index: me091011/src/unixterm.c |
|
--- me091011/src/unixterm.c.orig 2006-11-06 00:39:55 +0100 |
|
+++ me091011/src/unixterm.c 2007-06-11 20:43:43 +0200 |
|
@@ -430,11 +430,11 @@ |
|
evalResult[0] = '\0' ; |
|
ll = meStrlen(evalResult) ; |
|
|
|
- /* look for the ~/.jasspa directory */ |
|
+ /* look for the ~/.microemacs directory */ |
|
if(homedir != NULL) |
|
{ |
|
meStrcpy(buff,homedir) ; |
|
- meStrcat(buff,".jasspa") ; |
|
+ meStrcat(buff,".microemacs") ; |
|
if(((ll = mePathAddSearchPath(ll,evalResult,buff,&gotUserPath)) > 0) && !gotUserPath) |
|
/* as this is the user's area, use this directory unless we find |
|
* a .../<$user-name>/ directory */
|
|
|