]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/textmodes/fill.el (default-justification): Add :safe (Bug#8879).
authorChong Yidong <cyd@stupidchicken.com>
Sat, 18 Jun 2011 19:21:16 +0000 (15:21 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 18 Jun 2011 19:21:16 +0000 (15:21 -0400)
lisp/ChangeLog
lisp/textmodes/fill.el

index 012397968d986d7445f7a9ebf258d9b50f93df94..61afa87201bd5b119538d965a64a418dbd1cfe86 100644 (file)
@@ -1,5 +1,7 @@
 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
 
+       * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
+
        * cus-face.el (custom-declare-face): Call custom-theme-recalc face
        anytime existing face settings are present (Bug#8889).
 
index 2b7e9a19baa39737011927944f3fd2f8585bf1e4..a85ed982ab034113dc52bf845c4b26025222d554 100644 (file)
@@ -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)