From c9e799dbb100c5161f7a485452d29f554d95e6c7 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 18 Jun 2011 15:23:43 -0400 Subject: [PATCH] Merge fix for Bug#8879 from trunk --- lisp/ChangeLog | 4 ++++ lisp/textmodes/fill.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 47da6d77c90..d38aad95067 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-06-18 Chong Yidong + + * textmodes/fill.el (default-justification): Add :safe (Bug#8879). + 2011-06-09 Eli Zaretskii * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 044806ef5b0..8c2b54b05d8 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -1053,6 +1053,7 @@ The `justification' text-property can locally override this variable." (const full) (const center) (const none)) + :safe 'symbolp :group 'fill) (make-variable-buffer-local 'default-justification) -- 2.39.5