mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix typo in idlwave
* lisp/progmodes/idlwave.el (idlwave-keyword-abbrev): Fix typo (bug#50638).
This commit is contained in:
parent
894ea5f66f
commit
f29abc3db6
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue