emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog


From: Kevin Ryde
Subject: [Emacs-diffs] emacs/lisp ChangeLog
Date: Sun, 18 Oct 2009 23:56:10 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Kevin Ryde <kryde>      09/10/18 23:56:10

Modified files:
        lisp           : ChangeLog 

Log message:
        * net/browse-url.el (browse-url): Identify alist with "consp and
        not functionp" and let all other things go down the `apply' leg,
        as suggested by Stefan.  (Further to bug#4531.)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16458&r2=1.16459

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16458
retrieving revision 1.16459
diff -u -b -r1.16458 -r1.16459
--- ChangeLog   18 Oct 2009 23:12:02 -0000      1.16458
+++ ChangeLog   18 Oct 2009 23:56:07 -0000      1.16459
@@ -3,6 +3,10 @@
        * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
        re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
 
+       * net/browse-url.el (browse-url): Identify alist with "consp and
+       not functionp" and let all other things go down the `apply' leg,
+       as suggested by Stefan.  (Further to bug#4531.)
+
 2009-10-18  Chong Yidong  <address@hidden>
 
        * minibuffer.el (read-file-name): Check for repeat before putting




reply via email to

[Prev in Thread] Current Thread [Next in Thread]