austin----- / weibo.emacs

Sina weibo client in Emacs
https://github.com/austin-----/weibo.emacs
105 stars 28 forks source link

get key/secret get reloaded and expected to work. #45

Closed autosquid closed 9 years ago

autosquid commented 9 years ago

defvar SYMBOL &optional INITVALUE DOCSTRING)

… The optional argument INITVALUE is evaluated, and used to set SYMBOL, only if SYMBOL's value is void. If SYMBOL is buffer-local, its default value is what is set; buffer-local values are not affected. If INITVALUE is missing, SYMBOL's value is not set.

autosquid commented 9 years ago

see ref here: http://ergoemacs.org/emacs/elisp_defvar_problem.html