summaryrefslogtreecommitdiff
path: root/bin/ksh/sh.h
diff options
context:
space:
mode:
authorJeremie Courreges-Anglas <jca@cvs.openbsd.org>2017-08-30 17:02:54 +0000
committerJeremie Courreges-Anglas <jca@cvs.openbsd.org>2017-08-30 17:02:54 +0000
commitdcae3930991f3cb19b6e03690681199c924ff8b2 (patch)
treea6be4a2bc9360c36130c5b8aac4389d877766bef /bin/ksh/sh.h
parenteb6008d114557e9b5cbe1179679c7225ba68cd17 (diff)
Stop exposing the emacs-usemeta option, and warn when trying to set it.
Unused since 2012, to be removed after 6.2. Input from anton@, ok anton@ millert@
Diffstat (limited to 'bin/ksh/sh.h')
-rw-r--r--bin/ksh/sh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/sh.h b/bin/ksh/sh.h
index 51923961cff..b2b5164b887 100644
--- a/bin/ksh/sh.h
+++ b/bin/ksh/sh.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sh.h,v 1.61 2017/07/04 11:46:15 anton Exp $ */
+/* $OpenBSD: sh.h,v 1.62 2017/08/30 17:02:53 jca Exp $ */
/*
* Public Domain Bourne/Korn shell
@@ -139,7 +139,7 @@ enum sh_flag {
FCSHHISTORY, /* csh-style history enabled */
#ifdef EMACS
FEMACS, /* emacs command editing */
- FEMACSUSEMETA, /* use 8th bit as meta */
+ FEMACSUSEMETA, /* XXX delete after 6.2 */
#endif
FERREXIT, /* -e: quit on error */
#ifdef EMACS