* user.h: Fix location of the home editor menu.

Reported by David Martin <dmartina@excite.es>
This commit is contained in:
Pavel Roskin 2001-09-15 18:56:58 +00:00
parent 3051dba20b
commit b54b1e491c
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2001-09-15 Pavel Roskin <proski@gnu.org>
* user.h: Fix location of the home editor menu.
Reported by David Martin <dmartina@excite.es>
* mouse.h: Export xmouse_seq.
* mouse.c (init_mouse): Use xmouse_seq instead of hardcoded
xterm mouse sequence.

View File

@ -22,7 +22,7 @@ char *check_patterns (char*);
#else
# define CEDIT_GLOBAL_MENU "cedit.menu"
# define CEDIT_LOCAL_MENU ".cedit.menu"
# define CEDIT_HOME_MENU ".cedit/menu"
# define CEDIT_HOME_MENU ".mc/cedit/menu"
# define MC_GLOBAL_MENU "mc.menu"
# define MC_LOCAL_MENU ".mc.menu"
# define MC_HOME_MENU ".mc/menu"