aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-11-29 09:30:09 +0200
committerSergey Poznyakoff <gray@gnu.org>2018-11-29 09:30:09 +0200
commitd6bba7c13e0d72936001f5adea155256151339ac (patch)
treec0801b040af5b245179d42de3e5f28d4d8243804
parent94745f4df6a77e9e36dc47a1b48f434c1fe03f5e (diff)
downloadvcl-mode-d6bba7c13e0d72936001f5adea155256151339ac.tar.gz
vcl-mode-d6bba7c13e0d72936001f5adea155256151339ac.tar.bz2
Require cl prior to requiring cc-langs. Bump version number.HEADmaster
-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,13 +1,13 @@
;;; vcl-mode.el --- major mode for editing VCL sources
-;; Authors: 2015 Sergey Poznyakoff
-;; Version: 0.1
+;; Authors: 2015-2018 Sergey Poznyakoff
+;; Version: 1.0
;; Keywords: Varnish, VCL
-;; Copyright (C) 2015 Sergey Poznyakoff
+;; Copyright (C) 2015-2018 Free Software Foundation, Inc.
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 3 of the License, or
;; (at your option) any later version.
@@ -28,12 +28,13 @@
;; Customization:
;; To your .emacs or site-start.el add:
;; (autoload 'vcl-mode "vcl-mode" "Major mode for Varnish VCL sources" t)
;; (add-to-list 'auto-mode-alist (cons (purecopy "\\.vcl\\'") 'vcl-mode))
+(require 'cl)
(require 'cc-langs)
(defvar vcl-mode-map ()
"Keymap used in vcl-mode buffers.")
(if vcl-mode-map
nil

Return to:

Send suggestions and report system problems to the System administrator.