Quellcode durchsuchen

Fix trailing line for package.el compatibility

Ryan C. Thompson vor 12 Jahren
Ursprung
Commit
9f3563aa19
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  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