* edit-widget.h: Change ~/.cedit to ~/.mc/cedit to keep mcedit
files separate from cooledit.
Этот коммит содержится в:
родитель
d1caf46603
Коммит
944cfcffe6
@ -1,5 +1,8 @@
|
||||
2001-09-07 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* edit-widget.h: Change ~/.cedit to ~/.mc/cedit to keep mcedit
|
||||
files separate from cooledit.
|
||||
|
||||
* bookmark.c: Eliminate all code disabled for the text edition.
|
||||
* edit-widget.h: Likewise.
|
||||
* editcmd.c: Likewise.
|
||||
|
@ -121,12 +121,12 @@ struct editor_widget {
|
||||
|
||||
typedef struct editor_widget WEdit;
|
||||
|
||||
#define EDIT_DIR "/.cedit"
|
||||
#define SYNTAX_FILE "/.cedit/Syntax"
|
||||
#define CLIP_FILE "/.cedit/cooledit.clip"
|
||||
#define MACRO_FILE "/.cedit/cooledit.macros"
|
||||
#define BLOCK_FILE "/.cedit/cooledit.block"
|
||||
#define ERROR_FILE "/.cedit/cooledit.error"
|
||||
#define TEMP_FILE "/.cedit/cooledit.temp"
|
||||
#define EDIT_DIR "/.mc/cedit"
|
||||
#define SYNTAX_FILE EDIT_DIR "/Syntax"
|
||||
#define CLIP_FILE EDIT_DIR "/cooledit.clip"
|
||||
#define MACRO_FILE EDIT_DIR "/cooledit.macros"
|
||||
#define BLOCK_FILE EDIT_DIR "/cooledit.block"
|
||||
#define ERROR_FILE EDIT_DIR "/cooledit.error"
|
||||
#define TEMP_FILE EDIT_DIR "/cooledit.temp"
|
||||
|
||||
#endif /* !__EDIT_WIDGET_H */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user