Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gtp/emacs-skype
Browse files Browse the repository at this point in the history
  • Loading branch information
gtp committed Mar 9, 2012
2 parents 2fba405 + c5af9fb commit 7f824d3
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion skype.el
@@ -1,6 +1,7 @@
;;; skype.el --- skype UI for emacs users..

;; Copyright (C) 2009, 2010 SAKURAI Masashi
;; Revision 1.3

;; Author: SAKURAI Masashi <m.sakurai@kiwanami.net>
;; Keywords: skype, chat
Expand Down Expand Up @@ -32,6 +33,21 @@
;; If you have anything.el, bind `skype--anything-command' to key,
;; like (global-set-key (kbd "M-9") 'skype--anything-command).

;;; History:

;; Revision 1.3 2010/09/15
;; Bug fixed: skype--split. (thanks to @naota344)
;;
;; Revision 1.2 2010/01/08
;; Bug fixed and refactored.
;;
;; Revision 1.1 2009/03/01
;; Automatically detect icon path.
;;
;; Revision 1.0 2009/02/21
;; First release.
;;


;;; Development memo

Expand Down Expand Up @@ -134,7 +150,7 @@ from the given string."
"")))

(defun skype--split (txt)
(mapcar 'skype--string-trim (split-string txt ",")))
(mapcar 'skype--string-trim (split-string txt ", ")))

(defmacro skype--collect (arg &rest forms)
(declare (indent 1))
Expand Down

0 comments on commit 7f824d3

Please sign in to comment.