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

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

[elpa] master 100035d: * lmc.el: Fix `Package-Requires` line


From: Stefan Monnier
Subject: [elpa] master 100035d: * lmc.el: Fix `Package-Requires` line
Date: Mon, 20 Mar 2017 10:43:38 -0400 (EDT)

branch: master
commit 100035db2774d6f50169ea16eda03a929ded2afc
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * lmc.el: Fix `Package-Requires` line
---
 packages/lmc/lmc.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/lmc/lmc.el b/packages/lmc/lmc.el
index ac7c52c..42029f6 100644
--- a/packages/lmc/lmc.el
+++ b/packages/lmc/lmc.el
@@ -1,10 +1,10 @@
 ;;; lmc.el --- Little Man Computer in Elisp  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2011, 2013, 2014, 2016  Free Software Foundation, Inc.
+;; Copyright (C) 2011-2017  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <address@hidden>
 ;; Version: 1.4
-;; Package-Requires ((emacs "24") (cl-lib "0.5"))
+;; Package-Requires: ((emacs "24") (cl-lib "0.5"))
 
 ;; 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



reply via email to

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