]> git.eshelyaron.com Git - emacs.git/commit
Minor stylistic fixes of shorthand code in C
authorEli Zaretskii <eliz@gnu.org>
Mon, 27 Sep 2021 07:20:54 +0000 (10:20 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 27 Sep 2021 07:20:54 +0000 (10:20 +0300)
commit00609b1a708f594326080501e13354986358b8d6
tree201945f498b6caddbe5f09de8813006f072864b7
parentd45b3e03c96813e10f8de3c375a5310c01623dab
Minor stylistic fixes of shorthand code in C

* src/lread.c (oblookup_considering_shorthand): Now static.  Move
prototype to where it belongs.
(read1, Fintern, Fintern_soft, Funintern)
(oblookup_considering_shorthand, syms_of_lread): Fix style of
braces and indentation, comments, and doc strings.
src/lread.c