diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2014-05-02 10:40:27 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2014-05-02 10:40:27 +0000 |
commit | 8544c25fb44da56f53f5091f2141846901e0b0d1 (patch) | |
tree | cc3606b4eb2a0f3b3cf09d0eeecf2d7a9ba622bc | |
parent | b457856d18c1bc6984f8ea3f1c03822e1c2cf311 (diff) |
Kill annoying and useless emacs local variable. ok mikeb@
The variable would have no effect unless you use hilit19.el from
emacs21, and even there the specified value has not been kept up to date
with the file growth.
-rw-r--r-- | sys/net/if_spppsubr.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c index 740be62971c..d3b5f0ee462 100644 --- a/sys/net/if_spppsubr.c +++ b/sys/net/if_spppsubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_spppsubr.c,v 1.121 2014/04/19 12:12:02 henning Exp $ */ +/* $OpenBSD: if_spppsubr.c,v 1.122 2014/05/02 10:40:26 jca Exp $ */ /* * Synchronous PPP/Cisco link level subroutines. * Keepalive protocol implemented in both Cisco and PPP modes. @@ -5236,13 +5236,6 @@ sppp_null(struct sppp *unused) { /* do just nothing */ } -/* - * This file is large. Tell emacs to highlight it nevertheless. - * - * Local Variables: - * hilit-auto-highlight-maxout: 120000 - * End: - */ void sppp_set_phase(struct sppp *sp) |