diff options
| author | Juanma Barranquero | 2008-03-01 15:40:44 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-03-01 15:40:44 +0000 |
| commit | e0c8ae101a411f2de94cd03ff8d27c5809e7bdff (patch) | |
| tree | a42449f1ff5edc75f83ce2f3b876ad91775ca284 /lisp/ChangeLog | |
| parent | 7ee480ce4f5df93c16313a50e11f0afe04477d01 (diff) | |
| download | emacs-e0c8ae101a411f2de94cd03ff8d27c5809e7bdff.tar.gz emacs-e0c8ae101a411f2de94cd03ff8d27c5809e7bdff.zip | |
(make-glyph-code): Don't test the result of `face-id',
which already signals an error for invalid faces.
(glyph-face): Simplify.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4c805de52f5..8f446aead30 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2008-03-01 Juanma Barranquero <lekktu@gmail.com> | 1 | 2008-03-01 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 2 | ||
| 3 | * disp-table.el (make-glyph-code): Don't test the result of | ||
| 4 | `face-id', which already signals an error for invalid faces. | ||
| 5 | (glyph-face): Simplify. | ||
| 6 | |||
| 3 | * desktop.el (desktop-read): Set `desktop-dirname' to nil before | 7 | * desktop.el (desktop-read): Set `desktop-dirname' to nil before |
| 4 | running `desktop-not-loaded-hook' to allow modifying it. | 8 | running `desktop-not-loaded-hook' to allow modifying it. |
| 5 | Don't show warning message if `desktop-dirname' was modified. | 9 | Don't show warning message if `desktop-dirname' was modified. |