From 1991ce54e06a28bd9a568d05a39f84be725ed36a Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Sun, 11 Nov 2007 23:34:54 +0100 Subject: [PATCH] wibble Signed-off-by: Pierre Habouzit --- lib-ui/history.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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); -- 2.20.1