emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/eldoc.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/eldoc.el,v
Date: Wed, 26 Sep 2007 15:58:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/09/26 15:58:35

Index: eldoc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/eldoc.el,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- eldoc.el    26 Sep 2007 11:52:18 -0000      1.49
+++ eldoc.el    26 Sep 2007 15:58:34 -0000      1.50
@@ -480,7 +480,8 @@
               (if (member s '("&optional" "&rest"))
                   s
                 (funcall eldoc-argument-case s)))
-            (split-string argstring) " "))
+            (split-string argstring "[][ ()]+" t) " "))
+
 
 ;; When point is in a sexp, the function args are not reprinted in the echo
 ;; area after every possible interactive command because some of them print




reply via email to

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