Show
Ignore:
Timestamp:
04/25/08 10:04:18 (16 years ago)
Author:
gan2
Message:

message を status に名前変更

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/elisp/twittering-mode/branches/gan2/twittering-mode.el

    r28 r29  
    939939      (setq twittering-password (read-passwd "twittering-mode: ")))) 
    940940 
    941 (defun twittering-next-message () 
    942   "Go to next message." 
     941(defun twittering-next-status () 
     942  "Go to next status." 
    943943  (interactive) 
    944944  (let ((pos)) 
     
    955955    pos)) 
    956956 
    957 (defun twittering-previous-message () 
    958   "Go to previous message." 
     957(defun twittering-previous-status () 
     958  "Go to previous status." 
    959959  (interactive) 
    960960  (let ((pos))