Pārlūkot izejas kodu

Fix trailing line for package.el compatibility

Ryan C. Thompson 12 gadi atpakaļ
vecāks
revīzija
9f3563aa19
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. 3 1
      ido-ubiquitous.el

+ 3 - 1
ido-ubiquitous.el

@@ -786,4 +786,6 @@ This only needs to be called once when the file is first loaded."
   (ido-ubiquitous-mode (if ido-ubiquitous-mode 1 0)))
 (ido-ubiquitous-initialize)
 
-(provide 'ido-ubiquitous) ;;; ido-ubiquitous.el ends here
+(provide 'ido-ubiquitous)
+
+;;; ido-ubiquitous.el ends here