diff options
| author | jixiuf <jixiuf@qq.com> | 2020-03-14 17:47:04 +0800 |
|---|---|---|
| committer | jixiuf <jixiuf@qq.com> | 2020-03-14 17:52:46 +0800 |
| commit | 14bfd6c0cc752411a321529e21fad60b18f06d23 (patch) | |
| tree | c8ce5b14a987b0d0b8bb28d0acbf98c5cc312be9 /elisp.h | |
| parent | bec7d42430d896f23f31fb31b732b4cefb4ffdb9 (diff) | |
fix #241 use :extend face property for emacs 27 and later
Diffstat (limited to 'elisp.h')
| -rw-r--r-- | elisp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,11 +17,13 @@ emacs_value Qunderline; emacs_value Qslant; emacs_value Qreverse; emacs_value Qstrike; +emacs_value Qextend; emacs_value Qface; emacs_value Qbox; emacs_value Qbar; emacs_value Qhbar; emacs_value Qcursor_type; +emacs_value Qemacs_major_version; // Emacs functions emacs_value Fsymbol_value; |
