Przeglądaj źródła

Fix trailing line for package.el compatibility

Ryan C. Thompson 12 lat temu
rodzic
commit
9f3563aa19
1 zmienionych plików z 3 dodań i 1 usunięć
  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