>>> "John" == John Ciolfi <john.cio...@mathworks.com> writes:

   > It would be good to fix the warnings that are real. For example, if
   > you could you fix the lambda quoting that would help. On emacs 24,
   > one of the lambda issues shows up when you load an m-file. In
   > mlint.el add the #' as in:

   >                           (mapconcat '(lambda (x) x) (cdddr entry) "\\|")
   > =>
   >                           (mapconcat #'(lambda (x) x) (cdddr entry) "\\|")

   > In semanticdb-matlab.el, two occurrences of 

   >        (mapcar '(lambda (x)
   > =>
   >        (mapcar #'(lambda (x)


Hm ok this change does not break anything in Xemacs, what's about GNU
emacs 23 or inferior??
Any opinions?


BTW this is still just a warning or did you face
any problems with
(mapconcat '(lambda (x) x) (cdddr entry) "\\|")

??

I say I wait a couple of days and if nobody objects I change and push.

Uwe 

------------------------------------------------------------------------------
_______________________________________________
Matlab-emacs-discuss mailing list
Matlab-emacs-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss

Reply via email to