From: Jonas Bernoulli Date: Tue, 1 Jul 2025 15:55:24 +0000 (+0200) Subject: ; * lisp/transient.el: Remove extra semicolon added to eof comment. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f30d2ecae3778722ee2a1b8021ee268e2df5824;p=emacs.git ; * lisp/transient.el: Remove extra semicolon added to eof comment. (cherry picked from commit 5125395db4284eb13b579d56fd0320631225164a) --- diff --git a/lisp/transient.el b/lisp/transient.el index fc9702f6444..794cd2fe10a 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -5249,4 +5249,4 @@ as stand-in for elements of exhausted lists." ;; indent-tabs-mode: nil ;; checkdoc-symbol-words: ("command-line" "edit-mode" "help-mode") ;; End: -;;;; transient.el ends here +;;; transient.el ends here