Przeglądaj źródła

Remove provide statement from test-helper.el

Fixes #117.
Ryan C. Thompson 8 lat temu
rodzic
commit
1b0b72318e
1 zmienionych plików z 0 dodań i 14 usunięć
  1. 0 14
      test/test-helper.el

+ 0 - 14
test/test-helper.el

@@ -5,18 +5,6 @@
 ;; Filename: test-helper.el
 ;; Author: Ryan C. Thompson
 ;; Created: Sat Nov 21 15:27:00 2015 (-0800)
-;; Version: 
-;; Package-Requires: ()
-;; URL: 
-;; Keywords: 
-
-;; This file is NOT part of GNU Emacs.
-
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;; 
-;;; Commentary: 
-
-;; 
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; 
@@ -50,6 +38,4 @@
 (require 'ido-completing-read+)
 (require 'ido-ubiquitous)
 
-(provide 'test-helper)
-
 ;;; test-helper.el ends here