diff options
Diffstat (limited to 'lisp/sqlite.el')
| -rw-r--r-- | lisp/sqlite.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/sqlite.el b/lisp/sqlite.el index 22a0355d3cd..46e35ac18d8 100644 --- a/lisp/sqlite.el +++ b/lisp/sqlite.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; sqlite.el --- Functions for interacting with sqlite3 databases -*- lexical-binding: t; -*- | 1 | ;;; sqlite.el --- Functions for interacting with sqlite3 databases -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2021-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2021-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||