Merge pull request #13 from syohex/byte-compile-warning
Fix byte-compile issues
This commit is contained in:
		
						commit
						6dc46a1ab9
					
				@ -41,6 +41,7 @@
 | 
			
		||||
(require 'dash)
 | 
			
		||||
(require 'f)
 | 
			
		||||
(require 'em-banner)
 | 
			
		||||
(require 'json)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 | 
			
		||||
@ -60,6 +61,8 @@
 | 
			
		||||
 | 
			
		||||
(defconst eshell-info-banner--min-length-left 8
 | 
			
		||||
  "Minimum length of text on the left hand side of the banner.")
 | 
			
		||||
 | 
			
		||||
(eval-when-compile
 | 
			
		||||
  (defconst eshell-info-banner--macos-versions
 | 
			
		||||
    '(("10.4"  . "Mac OS X Tiger")
 | 
			
		||||
      ("10.5"  . "Mac OS X Leopard")
 | 
			
		||||
@ -79,7 +82,7 @@
 | 
			
		||||
      ("11.2"  . "macOS Big Sur")
 | 
			
		||||
      ("11.3"  . "macOS Big Sur")
 | 
			
		||||
      ("11.4"  . "macOS Big Sur"))
 | 
			
		||||
  "Versions of OSX and macOS and their name.")
 | 
			
		||||
    "Versions of OSX and macOS and their name."))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user