1
1

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

Reported by David Martin <dmartina@excite.es>
Этот коммит содержится в:
Pavel Roskin 2001-09-15 18:56:58 +00:00
родитель 3051dba20b
Коммит b54b1e491c
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -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.

Просмотреть файл

@ -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"