mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	(python-mode): comment-multi-line must be nil for Emacs 19
This commit is contained in:
		
							parent
							
								
									c01c5c859c
								
							
						
					
					
						commit
						57697af9b0
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -407,6 +407,9 @@ py-beep-if-tab-change\tring the bell if tab-width is changed"
 | 
				
			||||||
	mode-name "Python"
 | 
						mode-name "Python"
 | 
				
			||||||
	local-abbrev-table python-mode-abbrev-table)
 | 
						local-abbrev-table python-mode-abbrev-table)
 | 
				
			||||||
  (use-local-map py-mode-map)
 | 
					  (use-local-map py-mode-map)
 | 
				
			||||||
 | 
					  ;; Emacs 19 requires this
 | 
				
			||||||
 | 
					  (if (or py-this-is-lucid-emacs-p py-this-is-emacs-19-p)
 | 
				
			||||||
 | 
					      (setq comment-multi-line nil))
 | 
				
			||||||
  ;; BAW -- style...
 | 
					  ;; BAW -- style...
 | 
				
			||||||
  (mapcar (function (lambda (x)
 | 
					  (mapcar (function (lambda (x)
 | 
				
			||||||
		      (make-local-variable (car x))
 | 
							      (make-local-variable (car x))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue