summaryrefslogtreecommitdiff
path: root/lisp/textmodes/fill.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2011-06-18 15:21:16 -0400
committerChong Yidong <cyd@stupidchicken.com>2011-06-18 15:21:16 -0400
commit770802895c7ae570e1161e0216d65abe0eea2893 (patch)
treea8e71bbd7a82633f5f1c6e0b4e1d295fe1e420d8 /lisp/textmodes/fill.el
parent7d7d00451f78eafdad6d9c06e51de544137e64fb (diff)
downloademacs-770802895c7ae570e1161e0216d65abe0eea2893.tar.gz
* lisp/textmodes/fill.el (default-justification): Add :safe (Bug#8879).
Diffstat (limited to 'lisp/textmodes/fill.el')
-rw-r--r--lisp/textmodes/fill.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el
index 2b7e9a19baa..a85ed982ab0 100644
--- a/lisp/textmodes/fill.el
+++ b/lisp/textmodes/fill.el
@@ -1054,6 +1054,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)