lua: fix misnamed repl fn
This commit is contained in:
parent
0bf14ac7f5
commit
144109c09b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; defuns-lua.el
|
||||
|
||||
;;;###autoload
|
||||
(defun narf-inf-lua ()
|
||||
(defun narf/inf-lua ()
|
||||
(interactive)
|
||||
(lua-start-process "lua" "lua")
|
||||
(pop-to-buffer lua-process-buffer))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue