emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104627: * lisp/textmodes/fill.el (de


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104627: * lisp/textmodes/fill.el (default-justification): Add :safe (Bug#8879).
Date: Sat, 18 Jun 2011 15:21:16 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104627
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2011-06-18 15:21:16 -0400
message:
  * lisp/textmodes/fill.el (default-justification): Add :safe (Bug#8879).
modified:
  lisp/ChangeLog
  lisp/textmodes/fill.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-06-18 18:49:19 +0000
+++ b/lisp/ChangeLog    2011-06-18 19:21:16 +0000
@@ -1,5 +1,7 @@
 2011-06-18  Chong Yidong  <address@hidden>
 
+       * 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).
 

=== modified file 'lisp/textmodes/fill.el'
--- a/lisp/textmodes/fill.el    2011-01-25 04:08:28 +0000
+++ b/lisp/textmodes/fill.el    2011-06-18 19:21:16 +0000
@@ -1054,6 +1054,7 @@
                 (const full)
                 (const center)
                 (const none))
+  :safe 'symbolp
   :group 'fill)
 (make-variable-buffer-local 'default-justification)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]