diff options
Diffstat (limited to 'lib/eos')
-rw-r--r-- | lib/eos/jao-afio.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eos/jao-afio.el b/lib/eos/jao-afio.el index c8f4b7d..25ef064 100644 --- a/lib/eos/jao-afio.el +++ b/lib/eos/jao-afio.el @@ -77,7 +77,7 @@ (declare-function jao-eww-session-eww-buffers "jao-eww-session") (declare-function jao-eww-session-load "jao-eww-session") -(defun jao-afio--open-eww-sesion () +(defun jao-afio--open-eww-session () (when (null (jao-eww-session-eww-buffers)) (jao-eww-session-load))) |