Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1141
This commit is contained in:
parent
3eb2067725
commit
f8a295058a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-05-03 Reiner Steib <reiner.steib@gmx.de>
|
||||
|
||||
* gnus-sum.el (gnus-propagate-marks): Fix custom version.
|
||||
|
||||
2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
|
||||
|
|
|
@ -1210,7 +1210,7 @@ For example: ((1 . cn-gb-2312) (2 . big5))."
|
|||
|
||||
(defcustom gnus-propagate-marks t
|
||||
"If non-nil, do not propagate marks to the backends."
|
||||
:version "21.1"
|
||||
:version "23.1" ;; No Gnus
|
||||
:type 'boolean
|
||||
:group 'gnus-summary-marks)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue