1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

Merge fix for Bug#8879 from trunk

This commit is contained in:
Chong Yidong 2011-06-18 15:23:43 -04:00
parent 989b42d2c7
commit c9e799dbb1
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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)