]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't quote lambda in idlwave.el
authorStefan Kangas <stefan@marxist.se>
Fri, 20 Nov 2020 16:25:31 +0000 (17:25 +0100)
committerStefan Kangas <stefan@marxist.se>
Fri, 20 Nov 2020 16:25:31 +0000 (17:25 +0100)
* lisp/progmodes/idlwave.el (idlwave-keyword-abbrev): Don't quote
lambda.

lisp/progmodes/idlwave.el

index 44bdd918d6c51b83d8ee864c3d346db1439c5a99..876c38da7e7df1e565136babd6dde90b3f0d2a68 100644 (file)
@@ -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