[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: auto-fill in message mode filling with prefix "> "
From: |
Stefan Monnier |
Subject: |
Re: auto-fill in message mode filling with prefix "> " |
Date: |
Wed, 03 Jan 2018 17:23:35 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
> Don't know enough elisp to fully replace the `, construct here
> (defmacro defcustom (var value doc &rest args)
> (` (defvar (, var) (, value) (, doc))))))
> with non-deprecated code.
For this particular case, the right fix is to remove the whole (defmacro
...) since it's only there for compatibility with versions of Emacs that
don't have `defcustom`. This macro was introduced in Emacs-19 or
Emacs-20, can't remember which but it's highly unlikely that you still
have such an Emacs on your machine.
Stefan
- Re: auto-fill in message mode filling with prefix "> ", (continued)
Re: auto-fill in message mode filling with prefix "> ", Narendra Joshi, 2018/01/02
Re: auto-fill in message mode filling with prefix "> ", Gijs Hillenius, 2018/01/03
Re: auto-fill in message mode filling with prefix "> ", HASM, 2018/01/03