branch: externals/visual-fill
commit 1951eaf59e25091d5597cc45e3dd5925be005122
Author: Stefan Monnier <monn...@iro.umontreal.ca>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    visual-fill.el: Bump version to make a release
---
 visual-fill.el | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/visual-fill.el b/visual-fill.el
index b98ba8b71e..b447ba10de 100644
--- a/visual-fill.el
+++ b/visual-fill.el
@@ -1,9 +1,9 @@
 ;;; visual-fill.el --- Auto-refill paragraphs without modifying the buffer  
-*- lexical-binding: t; -*-
 
-;; Copyright (C) 2018  Free Software Foundation, Inc.
+;; Copyright (C) 2018-2024  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monn...@iro.umontreal.ca>
-;; Version: 0.1
+;; Version: 0.2
 ;; Keywords: 
 
 ;; This program is free software; you can redistribute it and/or modify
@@ -29,6 +29,11 @@
 ;; For best effect, combine it with `visual-line-mode' and
 ;; `adaptive-wrap-prefix-mode'.
 
+;;; News:
+
+;; Since v0.1:
+;; - Fix copyright.
+
 ;;; Code:
 
 (defconst visual-fill--space " ")

Reply via email to