[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/cobol-mode 12c6753c09 1/2: Updated copyright year and d
From: |
ELPA Syncer |
Subject: |
[elpa] externals/cobol-mode 12c6753c09 1/2: Updated copyright year and depandancy on Emacs version |
Date: |
Sun, 20 Oct 2024 15:57:43 -0400 (EDT) |
branch: externals/cobol-mode
commit 12c6753c094cccaf92046e334a4364fdf712d98d
Author: Kristofer Hjelmtorp <kristofer@hjelmtorp.se>
Commit: Kristofer Hjelmtorp <kristofer@hjelmtorp.se>
Updated copyright year and depandancy on Emacs version
---
cobol-mode.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cobol-mode.el b/cobol-mode.el
index 4b460a30bd..474a4217d6 100644
--- a/cobol-mode.el
+++ b/cobol-mode.el
@@ -1,13 +1,13 @@
;;; cobol-mode.el --- Mode for editing COBOL code -*- lexical-binding: t; -*-
-;; Copyright (C) 2013-2022 Free Software Foundation, Inc.
+;; Copyright (C) 2013-2024 Free Software Foundation, Inc.
;; Author: Edward Hart <edward.dan.hart@gmail.com>
;; Maintainer: Kristofer Hjelmtorp <kristofer@hjelmtorp.se>
;; Version: 1.1
;; Created: 9 November 2013
;; Keywords: languages
-;; Package-Requires: ((cl-lib "0.5"))
+;; Package-Requires: ((emacs "24.1") (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