emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/frog-menu 897955c: * stub/posframe.el, stub/avy.el: Add


From: Stefan Monnier
Subject: [elpa] externals/frog-menu 897955c: * stub/posframe.el, stub/avy.el: Add missing copyright blurb.
Date: Mon, 19 Aug 2019 06:15:30 -0400 (EDT)

branch: externals/frog-menu
commit 897955cac996c008679d72639a7b1327349165ca
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * stub/posframe.el, stub/avy.el: Add missing copyright blurb.
---
 stub/avy.el      | 20 +++++++++++++++++++-
 stub/posframe.el | 19 ++++++++++++++++++-
 2 files changed, 37 insertions(+), 2 deletions(-)

diff --git a/stub/avy.el b/stub/avy.el
index 4b15225..eaa7d65 100644
--- a/stub/avy.el
+++ b/stub/avy.el
@@ -1,3 +1,20 @@
+;;; stub/avy.el --- ??? -*- lexical-binding: t; -*-
+
+;; Copyright (C) 2019  Free Software Foundation, Inc.
+
+;; This program 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.
+
+;; This program 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 this program.  If not, see <https://www.gnu.org/licenses/>.
+
 (defvar avy-keys nil)
 (defvar avy-single-candidate-jump nil)
 (defvar avy-handler-function nil)
@@ -9,4 +26,5 @@
 (defun avy--process (candidates overlay-fn))
 (defun avy--style-fn (style))
 
-(provide 'avy)
+(provide 'avy) ;; FIXME: Really?
+;;; stub/posframe.el ends here
diff --git a/stub/posframe.el b/stub/posframe.el
index 12811c4..c89b33c 100644
--- a/stub/posframe.el
+++ b/stub/posframe.el
@@ -1,3 +1,19 @@
+;;; stub/posframe.el --- ??? -*- lexical-binding: t; -*-
+
+;; Copyright (C) 2019  Free Software Foundation, Inc.
+
+;; This program 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.
+
+;; This program 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 this program.  If not, see <https://www.gnu.org/licenses/>.
 
 (require 'cl-lib)
 
@@ -34,4 +50,5 @@
 (defun posframe-hide (posframe-buffer))
 (defun posframe-poshandler-point-bottom-left-corner (info &optional 
font-height))
 
-(provide 'posframe)
+(provide 'posframe) ;; FIXME: Really?
+;;; stub/posframe.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]