X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/b11606c5ae9b9948da5d5431d6ff939ad7254ffb..3673f3dbfcce9157002d969c101a9e669c1e2e95:/packages/ace-window/avy-test.el diff --git a/packages/ace-window/avy-test.el b/packages/ace-window/avy-test.el index 84d976640..339d8a06d 100644 --- a/packages/ace-window/avy-test.el +++ b/packages/ace-window/avy-test.el @@ -1,3 +1,29 @@ +;;; avy-test.el --- Tests for avy + +;; Copyright (C) 2015 Free Software Foundation, Inc. + +;; Author: Oleh Krehel + +;; This file is part of GNU Emacs. + +;; GNU Emacs is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; GNU Emacs is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs. If not, see . + +;;; Commentary: +;; + +;;; Code: + (require 'ert) (require 'avy)