浏览代码

Remove provide statement from test-helper.el

Fixes #117.
Ryan C. Thompson 8 年之前
父节点
当前提交
1b0b72318e
共有 1 个文件被更改,包括 0 次插入14 次删除
  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