author | Gabriel Saldana <gabriel@gabrielsaldana.org> | 2013年02月04日 16:53:42 -0600 |
---|---|---|
committer | Gabriel Saldana <gabriel@gabrielsaldana.org> | 2013年02月04日 16:53:42 -0600 |
commit | cf9183ee11ac922e85c7c908f04e2d00b03111b3 (patch) | |
tree | 3562fac84e212c2cbb9b779f38f924004a05da0c | |
parent | af06e56b63b804d32bc9187ebabdeb7b4056af19 (diff) | |
download | identica-mode-master.tar.gz |
-rw-r--r-- | identica-mode.el | 16 |
diff --git a/identica-mode.el b/identica-mode.el index c1aab35..1cd3d5f 100644 --- a/identica-mode.el +++ b/identica-mode.el @@ -5,7 +5,7 @@ ;; Author: Gabriel Saldana <gsaldana@gmail.com> ;; Last update: 2011年10月20日 -;; Version: 1.3 +;; Version: 1.3.1 ;; Keywords: identica web ;; URL: http://blog.gabrielsaldana.org/identica-mode-for-emacs/ ;; Contributors: @@ -107,7 +107,7 @@ (require 'json) (require 'image) -(defconst identica-mode-version "1.3") +(defconst identica-mode-version "1.3.1") ;;url-basepath fix for emacs22 (unless (fboundp 'url-basepath) @@ -1046,17 +1046,17 @@ we are interested in." (defun identica-render-timeline () (with-current-buffer (identica-buffer) (set-face-attribute 'identica-username-face nil - :underline t) + :underline t) (set-face-attribute 'identica-reply-face nil - :background identica-reply-bg-color) + :background identica-reply-bg-color) (set-face-attribute 'identica-stripe-face nil - :background identica-stripe-bg-color) + :background identica-stripe-bg-color) (set-face-attribute 'identica-highlight-face nil - :background identica-highlight-bg-color) + :background identica-highlight-bg-color) (set-face-attribute 'identica-uri-face nil - :underline t) + :underline t) (set-face-attribute 'identica-heart-face nil - :foreground "firebrick1" :height 2.0) + :foreground "firebrick1" :height 2.0) (let ((point (point)) (end (point-max)) (wrapped (cond (visual-line-mode 'visual-line-mode) |