Closed SahilKang closed 3 years ago
These examples were missing the arglist to the telephone-line-defsegment macro, resulting in a Malformed arglist error being signalled:
telephone-line-defsegment
Malformed arglist
(macroexpand-1 (macroexpand-1 '(telephone-line-defsegment s1 "Oh,"))) ;; => (defun s1 (lambda (face) (telephone-line-raw "Oh,")))
These examples were missing the arglist to the
telephone-line-defsegment
macro, resulting in aMalformed arglist
error being signalled: