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

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

[elpa] externals/flylisp da6e87169f: * flylisp.el: Autoload 'flylisp-mod


From: Philip Kaludercic
Subject: [elpa] externals/flylisp da6e87169f: * flylisp.el: Autoload 'flylisp-mode'
Date: Fri, 23 Sep 2022 09:43:52 -0400 (EDT)

branch: externals/flylisp
commit da6e87169f9c28bc4fce88adfefb6d49a240d692
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    * flylisp.el: Autoload 'flylisp-mode'
---
 flylisp.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/flylisp.el b/flylisp.el
index 5b41a01f2c..af27f62570 100644
--- a/flylisp.el
+++ b/flylisp.el
@@ -1,6 +1,6 @@
 ;;; flylisp.el --- Color unbalanced parentheses and parentheses inconsistent 
with indentation -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2013-2021  Free Software Foundation, Inc.
+;; Copyright (C) 2013-2022  Free Software Foundation, Inc.
 
 ;; Author: Barry O'Reilly <gundaetiapo@gmail.com>
 ;; Version: 0.2
@@ -483,6 +483,7 @@ next in the list. This is used to scan-lists efficiently."
           (or (syntax-ppss-toplevel-pos (syntax-ppss start))
               start))))
 
+;;;###autoload
 (define-minor-mode flylisp-mode
   "Color unbalanced parentheses and parentheses inconsistent with
   indentation."



reply via email to

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