summaryrefslogtreecommitdiff
path: root/bin/ksh/sh.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ksh/sh.h')
-rw-r--r--bin/ksh/sh.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ksh/sh.h b/bin/ksh/sh.h
index a1c42f4b3d3..06e7b0ec938 100644
--- a/bin/ksh/sh.h
+++ b/bin/ksh/sh.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sh.h,v 1.64 2017/09/03 11:52:01 jca Exp $ */
+/* $OpenBSD: sh.h,v 1.65 2017/10/19 07:54:05 jca Exp $ */
/*
* Public Domain Bourne/Korn shell
@@ -139,7 +139,6 @@ enum sh_flag {
FCSHHISTORY, /* csh-style history enabled */
#ifdef EMACS
FEMACS, /* emacs command editing */
- FEMACSUSEMETA, /* XXX delete after 6.2 */
#endif
FERREXIT, /* -e: quit on error */
#ifdef EMACS