diff options
Diffstat (limited to 'module/language/elisp/parser.scm')
-rw-r--r-- | module/language/elisp/parser.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/language/elisp/parser.scm b/module/language/elisp/parser.scm index a7aeff014..586abbf7e 100644 --- a/module/language/elisp/parser.scm +++ b/module/language/elisp/parser.scm @@ -1,6 +1,6 @@ ;;; Guile Emacs Lisp -;;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;;; Copyright (C) 2009, 2010, 2025 Free Software Foundation, Inc. ;;; ;;; This library is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU Lesser General Public @@ -19,6 +19,7 @@ ;;; Code: (define-module (language elisp parser) + #:use-module (ice-9 source-properties) #:use-module (language elisp lexer) #:export (read-elisp)) |