Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
77080289
Commit
77080289
authored
Jun 18, 2011
by
Chong Yidong
Browse files
* lisp/textmodes/fill.el (default-justification): Add :safe (Bug#8879).
parent
7d7d0045
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/textmodes/fill.el
lisp/textmodes/fill.el
+1
-0
No files found.
lisp/ChangeLog
View file @
77080289
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).
...
...
lisp/textmodes/fill.el
View file @
77080289
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment