summaryrefslogtreecommitdiff
path: root/lisp/textmodes/table.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2025-01-01 07:39:17 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2025-01-01 07:39:17 +0000
commit4da38c632161867e914b3a13dc760f8019255f94 (patch)
treee671154ab2f52e0b1537f15c3ed79b6211cf8f9c /lisp/textmodes/table.el
parent5d70928f2afea5ee4e1aa117aa9cfded56193b56 (diff)
downloademacs-4da38c632161867e914b3a13dc760f8019255f94.tar.gz
emacs-4da38c632161867e914b3a13dc760f8019255f94.tar.bz2
emacs-4da38c632161867e914b3a13dc760f8019255f94.zip
Update copyright year to 2025
Run "TZ=UTC0 admin/update-copyright".
Diffstat (limited to 'lisp/textmodes/table.el')
-rw-r--r--lisp/textmodes/table.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el
index 918c84bc949..1090df8a8e1 100644
--- a/lisp/textmodes/table.el
+++ b/lisp/textmodes/table.el
@@ -1,6 +1,6 @@
;;; table.el --- create and edit WYSIWYG text based embedded tables -*- lexical-binding: t -*-
-;; Copyright (C) 2000-2024 Free Software Foundation, Inc.
+;; Copyright (C) 2000-2025 Free Software Foundation, Inc.
;; Keywords: text, convenience
;; Author: Takaaki Ota <Takaaki.Ota@am.sony.com>