mirror of
https://github.com/vale981/ement.el
synced 2025-03-04 17:01:39 -05:00
Rename variable
This commit is contained in:
parent
cadc765580
commit
2f5bff00a0
1 changed files with 2 additions and 2 deletions
4
ement.el
4
ement.el
|
@ -73,7 +73,7 @@
|
|||
(defvar ement-progress-value nil
|
||||
"Used to report progress while processing sync events.")
|
||||
|
||||
(defvar ement-login-hook '(ement--auto-sync)
|
||||
(defvar ement-login-callback-hook '(ement--auto-sync)
|
||||
"Hook run after successful login.
|
||||
Run with one argument, the session logged into.")
|
||||
|
||||
|
@ -164,7 +164,7 @@ be read, but other commands in them won't work."
|
|||
(setf ement-sessions (list session)
|
||||
(ement-session-token session) token
|
||||
(ement-session-device-id session) device-id)
|
||||
(run-hook-with-args 'ement-login-hook session)))
|
||||
(run-hook-with-args 'ement-login-callback-hook session)))
|
||||
|
||||
;; FIXME: Make a room-buffer-name function or something.
|
||||
(defvar ement-room-buffer-name-prefix)
|
||||
|
|
Loading…
Add table
Reference in a new issue