Lint prelude.el
This was a doozey because I use it everywhere. Is there a better way to globally rename things? Aye aye aye... computers, man!
This commit is contained in:
		
							parent
							
								
									5d3bb0b7ea
								
							
						
					
					
						commit
						ff8277625f
					
				
					 29 changed files with 163 additions and 164 deletions
				
			
		|  | @ -163,7 +163,7 @@ This function ignores Emacs-generated buffers, i.e. the ones that look like | |||
|   (interactive) | ||||
|   (let* ((xs (buffer/source-code-buffers)) | ||||
|          (candidate (list/get 1 xs))) | ||||
|     (prelude/assert (maybe-some? candidate)) | ||||
|     (prelude-assert (maybe-some? candidate)) | ||||
|     (switch-to-buffer candidate))) | ||||
| 
 | ||||
| (when buffer/install-kbds? | ||||
|  | @ -183,7 +183,7 @@ This function ignores Emacs-generated buffers, i.e. the ones that look like | |||
| ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | ||||
| 
 | ||||
| (when buffer/enable-tests? | ||||
|   (prelude/assert | ||||
|   (prelude-assert | ||||
|    (list/all? #'buffer/emacs-generated? | ||||
|               '("*scratch*" | ||||
|                 "*Messages*" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue