Skip to content

Commit

Permalink
do not call set-terminal-coding-system
Browse files Browse the repository at this point in the history
* twittering-mode.el: removed (set-terminal-coding-system 'utf-8)
  • Loading branch information
hayamiz committed Jun 4, 2010
1 parent 140589b commit b8fdb31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion ChangeLog
@@ -1,8 +1,10 @@
2010-06-04 Yuto Hayamizu <y.hayamizu@gmail.com>

* twittering-mode.el (twittering-mode-map): changed key bindings:
* twittering-mode.el: removed (set-terminal-coding-system 'utf-8)
(twittering-mode-map): changed key bindings:
twittering-public-timeline: C-c C-g -> C-c C-p,
twittering-set-current-hashtag: C-c C-h -> C-c C-t


2010-06-03 Yuto Hayamizu <y.hayamizu@gmail.com>

Expand Down
3 changes: 1 addition & 2 deletions twittering-mode.el
Expand Up @@ -61,8 +61,7 @@
;; the explicitly require 'unicode to update a workaround with
;; navi2ch. see a comment of `twittering-ucs-to-char' for more
;; details.
(require 'unicode nil t))
(set-terminal-coding-system 'utf-8))
(require 'unicode nil t)))
(require 'url)

(defconst twittering-mode-version "HEAD")
Expand Down

0 comments on commit b8fdb31

Please sign in to comment.