1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00

* cus-edit.el (custom-group-value-create): Add extra newline before end line (Bug#6876).

This commit is contained in:
Chong Yidong 2010-08-21 10:46:43 -04:00
parent 537ffaf3c9
commit d64b8a68f9
2 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,11 @@
* vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
2010-08-21 Chong Yidong <cyd@stupidchicken.com>
* cus-edit.el (custom-group-value-create): Add extra newline
before end line (Bug#6876).
2010-08-21 Chong Yidong <cyd@stupidchicken.com>
* mouse.el (mouse-save-then-kill): Don't save region to kill ring

View File

@ -4097,8 +4097,8 @@ If GROUPS-ONLY non-nil, return only those members that are groups."
(custom-group-state-update widget)
(progress-reporter-done reporter))
;; End line
(let ((p (point)))
(insert "\n")
(let ((p (1+ (point))))
(insert "\n\n")
(put-text-property p (1+ p) 'face '(:underline t))
(overlay-put (make-overlay p (1+ p))
'before-string