summaryrefslogtreecommitdiff
path: root/cider-popup.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-01-01 19:44:29 +0000
committerBozhidar Batsov <bozhidar@batsov.com>2016-01-01 19:44:29 +0000
commit7a9ed7503581f5d84ca98b5673070c4f332ae0e9 (patch)
tree78330fbd8feefc5e337a76efd6d6982a89494027 /cider-popup.el
parent5eb525e19ec6a4fae2c1dc85833df8a77898aea6 (diff)
Add missing front-matter section to cider-popup.el
Diffstat (limited to 'cider-popup.el')
-rw-r--r--cider-popup.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/cider-popup.el b/cider-popup.el
index 8457ac4c..d5fc5a94 100644
--- a/cider-popup.el
+++ b/cider-popup.el
@@ -17,6 +17,10 @@
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
+;;; Commentary:
+
+;; Common functionality for dealing with popup buffers.
+
;;; Code:
(require 'nrepl-client)