diff options
| author | Chong Yidong | 2008-10-02 20:19:11 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-10-02 20:19:11 +0000 |
| commit | 7c89ea426ceba8a9b56c1c86501deab85e4c1590 (patch) | |
| tree | c26924e659c963afcfc17c87ecadf8e20f4cbc55 | |
| parent | b63a740b3b1fd97b335dba4e32d7ba6f8bb7daef (diff) | |
| download | emacs-7c89ea426ceba8a9b56c1c86501deab85e4c1590.tar.gz emacs-7c89ea426ceba8a9b56c1c86501deab85e4c1590.zip | |
* faces.el (inhibit-frame-set-background-mode): New var.
(frame-set-background-mode): Use it to avoid a loop in
face-spec-recalc.
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cec036fafc8..6d3e9156983 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2008-10-02 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * faces.el (inhibit-frame-set-background-mode): New var. | ||
| 4 | (frame-set-background-mode): Use it to avoid a loop in | ||
| 5 | face-spec-recalc. | ||
| 6 | |||
| 1 | 2008-10-02 Glenn Morris <rgm@gnu.org> | 7 | 2008-10-02 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete | 9 | * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete |