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:
parent
989b42d2c7
commit
c9e799dbb1
@ -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…
Reference in New Issue
Block a user