aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl-mode.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/vcl-mode.el b/vcl-mode.el
index 90e1ce6..0f31178 100644
--- a/vcl-mode.el
+++ b/vcl-mode.el
@@ -1,10 +1,10 @@
1;;; vcl-mode.el --- major mode for editing VCL sources 1;;; vcl-mode.el --- major mode for editing VCL sources
2 2
3;; Authors: 2015 Sergey Poznyakoff 3;; Authors: 2015-2018 Sergey Poznyakoff
4;; Version: 0.1 4;; Version: 1.0
5;; Keywords: Varnish, VCL 5;; Keywords: Varnish, VCL
6 6
7;; Copyright (C) 2015 Sergey Poznyakoff 7;; Copyright (C) 2015-2018 Free Software Foundation, Inc.
8 8
9;; This program is free software; you can redistribute it and/or modify 9;; This program is free software; you can redistribute it and/or modify
10;; it under the terms of the GNU General Public License as published by 10;; it under the terms of the GNU General Public License as published by
@@ -31,6 +31,7 @@
31;; (autoload 'vcl-mode "vcl-mode" "Major mode for Varnish VCL sources" t) 31;; (autoload 'vcl-mode "vcl-mode" "Major mode for Varnish VCL sources" t)
32;; (add-to-list 'auto-mode-alist (cons (purecopy "\\.vcl\\'") 'vcl-mode)) 32;; (add-to-list 'auto-mode-alist (cons (purecopy "\\.vcl\\'") 'vcl-mode))
33 33
34(require 'cl)
34(require 'cc-langs) 35(require 'cc-langs)
35 36
36(defvar vcl-mode-map () 37(defvar vcl-mode-map ()

Return to:

Send suggestions and report system problems to the System administrator.