diff options
| author | Stefan Monnier | 2008-03-20 15:47:15 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-03-20 15:47:15 +0000 |
| commit | df06dd59a6401095be74a9d4eb763495e2414edd (patch) | |
| tree | 1ec4b5ce46c360b69e260c3c903ee297b4e2e01c | |
| parent | b813166acef36bb66a264544313cebf1de30e9c5 (diff) | |
| download | emacs-df06dd59a6401095be74a9d4eb763495e2414edd.tar.gz emacs-df06dd59a6401095be74a9d4eb763495e2414edd.zip | |
(mm-set-buffer-multibyte): New function.
| -rw-r--r-- | lisp/gnus/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/gnus/mm-util.el | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 7d86ddc0f7c..e31324b1f25 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * mm-util.el (mm-set-buffer-multibyte): New function. | ||
| 4 | |||
| 3 | * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p): | 5 | * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p): |
| 4 | Prefer fboundp to functionp so it works with macros as well. | 6 | Prefer fboundp to functionp so it works with macros as well. |
| 5 | 7 | ||
diff --git a/lisp/gnus/mm-util.el b/lisp/gnus/mm-util.el index 8e625c936e4..510a8c95558 100644 --- a/lisp/gnus/mm-util.el +++ b/lisp/gnus/mm-util.el | |||
| @@ -105,6 +105,7 @@ | |||
| 105 | (multibyte-string-p . ignore) | 105 | (multibyte-string-p . ignore) |
| 106 | (insert-byte . insert-char) | 106 | (insert-byte . insert-char) |
| 107 | (multibyte-char-to-unibyte . identity) | 107 | (multibyte-char-to-unibyte . identity) |
| 108 | (set-buffer-multibyte . ignore) | ||
| 108 | (special-display-p | 109 | (special-display-p |
| 109 | . (lambda (buffer-name) | 110 | . (lambda (buffer-name) |
| 110 | "Returns non-nil if a buffer named BUFFER-NAME gets a special frame." | 111 | "Returns non-nil if a buffer named BUFFER-NAME gets a special frame." |