Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 225309 Details for
Bug 311259
app-emacs/mmm-mode-0.4.8-r1 does not work if mode-name isn't a string on emacs-23.1-r2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mmm-mode-0.4.8-format-mode-line.patch
mmm-mode-0.4.8-format-mode-line.patch (text/plain), 479 bytes, created by
Ulrich Müller
on 2010-03-26 09:58:58 UTC
(
hide
)
Description:
mmm-mode-0.4.8-format-mode-line.patch
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2010-03-26 09:58:58 UTC
Size:
479 bytes
patch
obsolete
>--- mmm-mode-0.4.8/mmm-utils.el >+++ mmm-mode-0.4.8-orig/mmm-utils.el >@@ -78,7 +78,11 @@ > (save-match-data > (dolist (pair arg-pairs) > (while (string-match (car pair) string) >- (setq string (replace-match (cdr pair) t t string)))))) >+ (setq string (replace-match >+ (if (fboundp 'format-mode-line) >+ (format-mode-line (cdr pair)) >+ (cdr pair)) >+ t t string)))))) > string) > > (defun mmm-format-matches (string &optional on-string)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 311259
:
225177
| 225309