diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2013-12-20 20:23:50 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2013-12-20 20:23:50 +0000 |
commit | 2b7769e56795095d3cf8a1bb7a750d93bba92e41 (patch) | |
tree | bd03d48198e3ef8590449b191580cba69ab13518 | |
parent | aa74e21b02af347e50a8500b473f7191f616baa9 (diff) |
cannot let theo talking about emacs and mg slide
-rw-r--r-- | usr.bin/mg/theo.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 2cacd5dccae..c56aeb61169 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.128 2013/10/20 09:34:20 blambert Exp $ */ +/* $OpenBSD: theo.c,v 1.129 2013/12/20 20:23:49 henning Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -170,7 +170,8 @@ static const char *talk[] = { "If people keep adding such huge stuff, soon mg will be bigger than emacs.", "this change comes down to: This year, next year, 5 years from now, 10 years from now, or Oh fuck.", "backwards compatibility is king, and will remain king, until 2038.", - "I don't know if the Internet's safe yet." + "I don't know if the Internet's safe yet.", + "Those who don't understand Unix are condemned to reinvent Multics in a browser" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |