Merge fix for Bug#8879 from trunk
This commit is contained in:
parent
989b42d2c7
commit
c9e799dbb1
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-06-18 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* textmodes/fill.el (default-justification): Add :safe (Bug#8879).
|
||||
|
||||
2011-06-09 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue