fix(tazjin/emacs): allow jumping to front of workspace history
Classic off-by-one error. Change-Id: I53e143d900f1d3751ad16b3b33532f32e2c6b411 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5245 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									d522e75554
								
							
						
					
					
						commit
						f82f459e2c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -207,7 +207,7 @@ in-progress." | |||
|   "Switch to the next workspace in the MRU workspace list." | ||||
|   (interactive) | ||||
| 
 | ||||
|   (if (<= *workspace-history-position* 1) | ||||
|   (if (= *workspace-history-position* 0) | ||||
|       (message "No next workspace in history!") | ||||
|     (let* (;; The next workspace is one position further up in the | ||||
|            ;; history. This always exists unless someone messed with | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue