Changeset 1542 for lang/elisp

Show
Ignore:
Timestamp:
11/15/07 07:16:19 (6 years ago)
Author:
elim
Message:

lang/elisp/simple-hatena-mode: Allow numerical argument to `simple-hatena-option-timeout'.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/elisp/simple-hatena-mode/simple-hatena-mode.el

    r1540 r1542  
    9797simple-hatena-toggle-debug-modeを実行する。") 
    9898 
    99 (defvar simple-hatena-option-timeout "30" 
     99(defvar simple-hatena-option-timeout 30 
    100100  "*はてなダイアリーライターのタイムアウトを指定する。 
    101101 
     
    576576               ("-g" . ,simple-hatena-local-current-buffer-group) 
    577577               ("-a" . ,simple-hatena-option-useragent) 
    578                ("-T" . ,simple-hatena-option-timeout)) 
     578               ("-T" . ,(format "%s" simple-hatena-option-timeout))) 
    579579             opts) 
    580580      (if (cdr pair)