From: Pierre Habouzit Date: Sun, 11 Nov 2007 22:34:54 +0000 (+0100) Subject: wibble X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=1991ce54e06a28bd9a568d05a39f84be725ed36a wibble Signed-off-by: Pierre Habouzit --- diff --git a/lib-ui/history.h b/lib-ui/history.h index c053b96..8270092 100644 --- a/lib-ui/history.h +++ b/lib-ui/history.h @@ -11,7 +11,8 @@ #define _HISTORY_H enum history_class { - HC_CMD, + HC_FIRST, + HC_CMD = HC_FIRST, HC_ALIAS, HC_COMMAND, HC_FILE, @@ -20,8 +21,6 @@ enum history_class { HC_LAST }; -#define HC_FIRST HC_CMD - typedef enum history_class history_class_t; void mutt_init_history (void);