diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index 44bdd918d6c..876c38da7e7 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el @@ -1355,8 +1355,8 @@ Normally a space.") (defmacro idlwave-keyword-abbrev (&rest args) "Creates a function for abbrev hooks to call `idlwave-check-abbrev' with args." - `(quote (lambda () - ,(append '(idlwave-check-abbrev) args)))) + `(lambda () + ,(append '(idlwave-check-abbrev) args))) ;; If I take the time I can replace idlwave-keyword-abbrev with ;; idlwave-code-abbrev and remove the quoted abbrev check from