mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* misc/ruby-mode.el (ruby-mode-map): binded C-c C-c and C-c C-c C-u
to comment-region and uncomment-region. Thanks Michael Klishin!
         [Feature #872] [ruby-core:20552]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
			
			
This commit is contained in:
		
							parent
							
								
									082480dfe4
								
							
						
					
					
						commit
						ceb62c31a1
					
				
					 2 changed files with 9 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,3 +1,9 @@
 | 
			
		|||
Wed Apr  7 23:33:55 2010  KOSAKI Motohiro  <kosaki.motohiro@gmail.com>
 | 
			
		||||
 | 
			
		||||
	* misc/ruby-mode.el (ruby-mode-map): binded C-c C-c and C-c C-c C-u
 | 
			
		||||
	  to comment-region and uncomment-region. Thanks Michael Klishin!
 | 
			
		||||
	  [Feature #872] [ruby-core:20552]
 | 
			
		||||
 | 
			
		||||
Wed Apr  7 21:44:14 2010  Tanaka Akira  <akr@fsij.org>
 | 
			
		||||
 | 
			
		||||
	* time.c (ASCTIME): unused macro removed.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -172,7 +172,9 @@
 | 
			
		|||
  (define-key ruby-mode-map "\t" 'ruby-indent-command)
 | 
			
		||||
  (define-key ruby-mode-map "\C-c\C-e" 'ruby-insert-end)
 | 
			
		||||
  (define-key ruby-mode-map "\C-j" 'ruby-reindent-then-newline-and-indent)
 | 
			
		||||
  (define-key ruby-mode-map "\C-m" 'newline))
 | 
			
		||||
  (define-key ruby-mode-map "\C-m" 'newline)
 | 
			
		||||
  (define-key ruby-mode-map "\C-c\C-c" 'comment-region)
 | 
			
		||||
  (define-key ruby-mode-map "\C-c\C-u" 'uncomment-region))
 | 
			
		||||
 | 
			
		||||
(defvar ruby-mode-syntax-table nil
 | 
			
		||||
  "Syntax table in use in ruby-mode buffers.")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue