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:
parent
97e3eee090
commit
7739e58392
@ -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
|
||||
|
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user