summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2024-04-24 09:53:24 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2024-04-24 09:53:24 -0400
commit1951eaf59e25091d5597cc45e3dd5925be005122 (patch)
tree4e136e070c36a433e1ada961c3339aca1e41de78
parente10f6409880e464fce191ce61d579ba93559b206 (diff)
visual-fill.el: Bump version to make a releaseexternals/visual-fill
-rw-r--r--visual-fill.el9
1 files changed, 7 insertions, 2 deletions
diff --git a/visual-fill.el b/visual-fill.el
index b98ba8b..b447ba1 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 <monnier@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 " ")