diff options
author | jao <jao@gnu.org> | 2022-09-01 00:37:36 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-09-01 00:37:36 +0100 |
commit | 19d6b055b6a07e5129bc34620c575dc2e688d4bf (patch) | |
tree | 04bf4f3c354c1e1c9b0f52568bc4067e81223b9d /lib/eos | |
parent | 749905e3b35e784b8254d9efbe33ddef2cb1d776 (diff) | |
download | elibs-19d6b055b6a07e5129bc34620c575dc2e688d4bf.tar.gz elibs-19d6b055b6a07e5129bc34620c575dc2e688d4bf.tar.bz2 |
oops for the above
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))) |