diff options
| -rw-r--r-- | adaptive-wrap.el | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/adaptive-wrap.el b/adaptive-wrap.el index e5b906f..5ffc3d1 100644 --- a/adaptive-wrap.el +++ b/adaptive-wrap.el @@ -1,11 +1,11 @@ ;;; adaptive-wrap.el --- Smart line-wrapping with wrap-prefix -*- lexical-binding: t; -*- -;; Copyright (C) 2011-2021 Free Software Foundation, Inc. +;; Copyright (C) 2011-2026 Free Software Foundation, Inc. ;; Author: Stephen Berman <stephen.berman@gmx.net> ;; Stefan Monnier <monnier@iro.umontreal.ca> ;; Package-Requires: ((emacs "24.1")) -;; Version: 0.8 +;; Version: 0.9 ;; 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 @@ -27,6 +27,12 @@ ;; word-wrapped in a way similar to what you'd get with M-q using ;; adaptive-fill-mode, but without actually changing the buffer's text. +;;; News: + +;; Since version 0.8: + +;; - Use `lexical-binding'. + ;;; Code: (defcustom adaptive-wrap-extra-indent 0 |
