1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00

Drew Adams <drew.adams at oracle.com>

(custom-face-edit-activate): Doc fix.
This commit is contained in:
Glenn Morris 2007-09-16 03:06:12 +00:00
parent 97e3eee090
commit 7739e58392
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-09-16 Drew Adams <drew.adams@oracle.com>
* cus-edit (custom-face-edit-activate): Doc fix.
2007-09-16 Glenn Morris <rgm@gnu.org>
* textmodes/tex-mode.el (tex-region): Handle the case where the

View File

@ -3058,7 +3058,7 @@ Also change :reverse-video to :inverse-video."
(cons value (cons from (- (point) from))))))))
(defun custom-face-edit-activate (widget)
"Make face widget WIDGET inactive for user modifications."
"Make face widget WIDGET active for user modifications."
(let ((inactive (widget-get widget :inactive))
(inhibit-read-only t)
(inhibit-modification-hooks t))