]> git.eshelyaron.com Git - emacs.git/commit
Add a new face for non-breaking hyphen characters
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 28 Apr 2016 16:09:10 +0000 (18:09 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 28 Apr 2016 16:09:10 +0000 (18:09 +0200)
commitc3ac2cbf73516d2414c845087cac8fc7ec1ce5d7
tree6767ba0ab44954d0b8363bf6024993d48d758232
parent214f85a0a68b96a552ca605d601b33f6eef5c4ca
Add a new face for non-breaking hyphen characters

* doc/emacs/display.texi (Standard Faces): Mention nobreak-hyphen.
(Text Display): Ditto.

* lisp/faces.el (nobreak-hyphen): New face (bug#12048).

* src/xdisp.c (get_next_display_element): Use it instead of
the escape-glyph face.

* src/xdisp.c (syms_of_xdisp): New symbil Qnobreak_hyphen.
doc/emacs/display.texi
etc/NEWS
lisp/faces.el
src/xdisp.c