Skip to content

Commit

Permalink
Fix a typo that causes an error when using another version Emacs.
Browse files Browse the repository at this point in the history
* twittering-mode.el: Fix a typo that causes an error when using
another version Emacs. Thanks to afukumoto, who reports the
problem.
(twittering-load-user-id-db): fix a typo. Thanks
  • Loading branch information
cvmat committed Nov 21, 2018
1 parent ad7de82 commit 114891e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
@@ -1,3 +1,10 @@
2018-11-21 Tadashi MATSUO <tad@mymail.twin.jp>

* twittering-mode.el: Fix a typo that causes an error when using
another version Emacs. Thanks to afukumoto, who reports the
problem.
(twittering-load-user-id-db): fix a typo. Thanks

2018-09-17 Tadashi MATSUO <tad@mymail.twin.jp>

* twittering-mode.el: Add a variable for expiration of user IDs.
Expand Down
2 changes: 1 addition & 1 deletion twittering-mode.el
Expand Up @@ -5549,7 +5549,7 @@ The file is specified by `twittering-user-id-db-file'."
((or (equal generator-version emacs-version)
(y-or-n-p
(format "%s is generated by Emacs %s! Continue?"
filename version)))
filename generator-version)))
(mapc (lambda (entry)
(let ((id (car entry))
(properties (cdr entry)))
Expand Down

0 comments on commit 114891e

Please sign in to comment.