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

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

[elpa] externals/shell-command+ dec174e3ec: Require thingatpt instead of


From: ELPA Syncer
Subject: [elpa] externals/shell-command+ dec174e3ec: Require thingatpt instead of falsely providing it
Date: Sat, 25 Jun 2022 06:00:20 -0400 (EDT)

branch: externals/shell-command+
commit dec174e3ec33a161976f10e271b0b0622bc10680
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Require thingatpt instead of falsely providing it
    
    Thanks to Visuwesh for noticing:
    https://lists.sr.ht/~pkal/public-inbox/%3C87y1xl71yl.fsf%40gmail.com%3E
---
 shell-command+.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/shell-command+.el b/shell-command+.el
index ee89fa115a..ffcf86f3b1 100644
--- a/shell-command+.el
+++ b/shell-command+.el
@@ -1,6 +1,6 @@
 ;;; shell-command+.el --- An extended shell-command -*- lexical-binding: t -*-
 
-;; Copyright (C) 2020-2021  Free Software Foundation, Inc.
+;; Copyright (C) 2020-2022  Free Software Foundation, Inc.
 
 ;; Author: Philip Kaludercic <philipk@posteo.net>
 ;; Maintainer: Philip Kaludercic <~pkal/public-inbox@lists.sr.ht>
@@ -79,7 +79,7 @@
 (eval-when-compile (require 'pcase))
 (require 'diff)
 (require 'info)
-(provide 'thingatpt)
+(require 'thingatpt)
 
 (defgroup shell-command+ nil
   "An extended `shell-command'."



reply via email to

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