On 7/3/05, Lennart Borgman <[EMAIL PROTECTED]> wrote: > This gets incorrectly indented after :background. > > (put-text-property 0 (length s) > 'face '(:background "red" > :foreground "black" > :height 1.5) s)
What do you mean? After C-M-q (indent-pp-sexp), it is: (put-text-property 0 (length s) 'face '(:background "red" :foreground "black" :height 1.5) s) which seems OK to me. -- /L/e/k/t/u _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel