mirror of
				https://github.com/m00natic/vlfi.git
				synced 2025-10-30 22:53:37 +00:00 
			
		
		
		
	Fix `vlfi-if-file-too-large' to be more tolerable on GNU Emacs 23.
This commit is contained in:
		
							
								
								
									
										5
									
								
								vlfi.el
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								vlfi.el
									
									
									
									
									
								
							| @@ -264,9 +264,12 @@ OP-TYPE specifies the file operation being performed over FILENAME." | |||||||
|          (while (not (memq (setq char |          (while (not (memq (setq char | ||||||
|                                  (read-event |                                  (read-event | ||||||
|                                   (propertize |                                   (propertize | ||||||
|                                    (format "File %s is large (%s): \ |                                    (format | ||||||
|  |                                     "File %s is large (%s): \ | ||||||
| %s normally (o), %s with vlfi (v) or abort (a)" | %s normally (o), %s with vlfi (v) or abort (a)" | ||||||
|  |                                     (if filename | ||||||
|                                         (file-name-nondirectory filename) |                                         (file-name-nondirectory filename) | ||||||
|  |                                       "") | ||||||
|                                     (file-size-human-readable size) |                                     (file-size-human-readable size) | ||||||
|                                     op-type op-type) |                                     op-type op-type) | ||||||
|                                    'face 'minibuffer-prompt))) |                                    'face 'minibuffer-prompt))) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user