Commit aa798d26 authored by Anthony Starks's avatar Anthony Starks Committed by Andrew Gerrand

misc/bbedit: remove closed keyword

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/4284058
parent aad62bf4
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
case, case,
chan, chan,
close, close,
closed,
complex, complex,
complex128, complex128,
complex64, complex64,
...@@ -95,7 +94,7 @@ ...@@ -95,7 +94,7 @@
"Open Strings 1" = "`"; "Open Strings 1" = "`";
"Open Strings 2" = "\""; "Open Strings 2" = "\"";
"Prefix for Functions" = "func"; "Prefix for Functions" = "func";
"Prefix for Procedures" = func; "Prefix for Procedures" = "func";
"Terminator for Prototypes 1" = ";"; "Terminator for Prototypes 1" = ";";
"Terminator for Prototypes 2" = ""; "Terminator for Prototypes 2" = "";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment