summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 " ")