emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master d6bba7c 5/6: Require cl prior to requiring cc-langs. Bump


From: Stefan Monnier
Subject: [elpa] master d6bba7c 5/6: Require cl prior to requiring cc-langs. Bump version number.
Date: Thu, 29 Nov 2018 10:49:19 -0500 (EST)

branch: master
commit d6bba7c13e0d72936001f5adea155256151339ac
Author: Sergey Poznyakoff <address@hidden>
Commit: Sergey Poznyakoff <address@hidden>

    Require cl prior to requiring cc-langs. Bump version number.
---
 vcl-mode.el | 7 ++++---
 1 file 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 @@
 ;;; 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
@@ -31,6 +31,7 @@
 ;;  (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 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]