diff options
| author | Dmitry Gutov <dmitry@gutov.dev> | 2026-04-25 00:11:53 +0300 |
|---|---|---|
| committer | Dmitry Gutov <dmitry@gutov.dev> | 2026-04-25 00:11:53 +0300 |
| commit | 7a636925bf37bc7aabaed70ad9188ab427a9db2a (patch) | |
| tree | 273bfcb5ef5e66cd669ed12ae3b3b2b61a4fc4cf | |
| parent | 4e0466f9925981928641839de93f9bdca5a27339 (diff) | |
Add missing closing parenexternals/company
Fixes #1533
| -rw-r--r-- | company.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ ;; URL: http://company-mode.github.io/ ;; Version: 1.0.2 ;; Keywords: abbrev, convenience, matching -;; Package-Requires: ((emacs "26.1") (posframe "1.5.1") +;; Package-Requires: ((emacs "26.1") (posframe "1.5.1")) ;; This file is part of GNU Emacs. |
