]> git.eshelyaron.com Git - emacs.git/commit
Simplify struct face to use only underline.
authorJimmy Aguilar Mena <spacibba@aol.com>
Wed, 28 Aug 2019 09:47:50 +0000 (11:47 +0200)
committerJimmy Aguilar Mena <spacibba@aol.com>
Mon, 14 Oct 2019 12:18:39 +0000 (14:18 +0200)
commitf9206f34d63104c50659a15d3615646a09df87bf
tree15f0161f62d0956c9a1f30cfb24a64110b2f9e32
parenta122ca690798cf3cd8e2c65d373e45b5e6b30d4f
Simplify struct face to use only underline.

* src/dispextern.h (enum face_underline_type): Add FACE_NO_UNDERLINE = 0.
(struct face): Merge `underline_type` and `underline_p` into `underline`.
Update all the occurrences in src/xdisp.c, src/xfaces.c, and src/xterm.c.
src/dispextern.h
src/nsterm.m
src/w32term.c
src/xdisp.c
src/xfaces.c
src/xterm.c