diff options
| author | Richard M. Stallman | 2007-12-30 16:26:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-12-30 16:26:54 +0000 |
| commit | 833547aacbfbf3269619341d8bec9ec6d2282230 (patch) | |
| tree | d37f3cfb0772aa86b84cf4b3904b61c1093e3eff /etc | |
| parent | 80f9d13bfff89c026469d172128a3ea58ce31627 (diff) | |
| download | emacs-833547aacbfbf3269619341d8bec9ec6d2282230.tar.gz emacs-833547aacbfbf3269619341d8bec9ec6d2282230.zip | |
(face-all-attributes): New function.
(face-differs-from-default-p): Compute list of attr names
from face-attribute-name-alist.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -470,6 +470,9 @@ the specified files). | |||
| 470 | 470 | ||
| 471 | ** The new function `read-color' reads a color name using the minibuffer. | 471 | ** The new function `read-color' reads a color name using the minibuffer. |
| 472 | 472 | ||
| 473 | ** The new function `face-all-attributes' returns an alist | ||
| 474 | describing all the basic attributes of a given face. | ||
| 475 | |||
| 473 | ** `interprogram-paste-function' can now return one string or a list | 476 | ** `interprogram-paste-function' can now return one string or a list |
| 474 | of strings. In the latter case, Emacs puts the second and following | 477 | of strings. In the latter case, Emacs puts the second and following |
| 475 | strings on the kill ring. | 478 | strings on the kill ring. |