Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 594317 Details for
Bug 835318
bbdb fails to add new e-mail addresses because emacs-24 changes run-hook-with-args return value
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to fix run-hook-with-args API change in emacs-24 triggered by bbdb
bbdb-run-hook-with-args.patch (text/plain), 657 bytes, created by
John Heidemann
on 2012-06-26 00:43:25 UTC
(
hide
)
Description:
patch to fix run-hook-with-args API change in emacs-24 triggered by bbdb
Filename:
MIME Type:
Creator:
John Heidemann
Created:
2012-06-26 00:43:25 UTC
Size:
657 bytes
patch
obsolete
>--- bbdb.el- 2012-06-25 17:41:50.044318062 -0700 >+++ bbdb.el 2012-06-25 17:42:01.452504210 -0700 >@@ -3107,8 +3107,15 @@ > ;; Now, do the hook run. Note, if you mess up, it's possible that > ;; BBDB will get stuck here oscillating between various definitions > ;; of the canonical address. >- (while (not (equal net (setq net (run-hook-with-args >- 'bbdb-canonicalize-net-hook net)))))) >+ (while (not >+ (equal net >+ (setq net >+ (car (mapcar >+ (lambda (hook) >+ (funcall hook net)) >+ bbdb-canonicalize-net-hook >+ )))))) >+ net) > > ;; Mostly written by Rod Whitby. > (defun bbdb-net-redundant-p (net old-nets)
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 835318
: 594317