Parcourir la source

Fix trailing line for package.el compatibility

Ryan C. Thompson il y a 12 ans
Parent
commit
9f3563aa19
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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