Actions
Bug #7565
closedRedundant functions in ruby-additional.el
    Bug #7565:
    Redundant functions in ruby-additional.el
  
Description
ruby-toggle-block, ruby-do-end-to-brace, ruby-brace-to-do-end and ruby-mode-set-encoding are very much present in Emacs trunk, and the first one is bound to the same key combination as in ruby-additional.
        
          
          Updated by usa (Usaku NAKAMURA) almost 13 years ago
          
          
        
        
      
      - Status changed from Open to Assigned
 
        
          
          Updated by knu (Akinori MUSHA) about 12 years ago
          
          
        
        
      
      - Assignee changed from nobu (Nobuyoshi Nakada) to knu (Akinori MUSHA)
 
I'll handle this.
        
          
          Updated by knu (Akinori MUSHA) about 12 years ago
          
          
        
        
      
      - Status changed from Assigned to Closed
 - % Done changed from 0 to 100
 
This issue was solved with changeset r43475.
Dmitry, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
misc/ruby-additional.el: Remove functions implemented in Emacs 24.3.
- misc/ruby-additional.el (ruby-brace-to-do-end)
(ruby-do-end-to-brace, ruby-toggle-block): Remove functions that
are already in the latest released version of Emacs (24.3).
[Bug #7565] 
        
          
          Updated by knu (Akinori MUSHA) about 12 years ago
          
          
        
        
      
      ruby-mode-set-encoding is still there because it is updated after 24.3.
It can hopefully be removed when the next version of Emacs is released.
        
          
          Updated by dgutov (Dmitry Gutov) about 12 years ago
          
          
        
        
      
      Cool, thanks!
Actions