vm-pcrisis error with emacs 25
Bug #1627814 reported by
Mark Diekhans
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
VM |
Fix Committed
|
High
|
Unassigned |
Bug Description
loading vm-pcrisis on emacs 25 generates this error. Will follow up with more details when I have time to debug
Debugger entered--Lisp error: (wrong-
Related branches
Changed in vm: | |
milestone: | 8.2.1a → 8.2.90a |
To post a comment you must log in.
This is caused by vm-pcrisis incorrectly calling make-face. Before
emacs 25, there was a second parameter that was ignored. vm-pcrisis
was incorrectly passing in a document string.
Note, this is probably not the best fix, as make-face documentation says
"Do not call this directly from Lisp code; use `defface' instead."