emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f29abc3 3/3: Fix typo in idlwave


From: Lars Ingebrigtsen
Subject: master f29abc3 3/3: Fix typo in idlwave
Date: Fri, 17 Sep 2021 10:34:38 -0400 (EDT)

branch: master
commit f29abc3db6abf6a9ef54106990b749a12fc53211
Author: Manuel Giraud <manuel@ledu-giraud.fr>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix typo in idlwave
    
    * lisp/progmodes/idlwave.el (idlwave-keyword-abbrev): Fix typo
    (bug#50638).
---
 lisp/progmodes/idlwave.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el
index 374876d..e95abd8 100644
--- a/lisp/progmodes/idlwave.el
+++ b/lisp/progmodes/idlwave.el
@@ -1365,7 +1365,7 @@ Normally a space.")
 
 (defun idlwave-keyword-abbrev (&rest args)
   "Create a function for abbrev hooks to call `idlwave-modify-abbrev' with 
args."
-  (lambda () (append #'idlwave-modify-abbrev args)))
+  (lambda () (apply #'idlwave-modify-abbrev args)))
 
 (autoload 'idlwave-shell "idlw-shell"
   "Run an inferior IDL, with I/O through buffer `(idlwave-shell-buffer)'." t)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]