diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2026-03-22 17:34:41 -0400 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2026-03-22 17:34:41 -0400 |
| commit | e929b38c12f17aa6f8d6270326301d61fbb09cab (patch) | |
| tree | 543ed40c4eab2ed030ac984a28df2a1929b5c257 | |
| parent | cb759c0ad5a3203464687c09dbe0e56464c2126e (diff) | |
adaptive-wrap.el: Make a new releaseexternals/adaptive-wrap
| -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 |
