bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#13132: tell me what files cause errors


From: Glenn Morris
Subject: bug#13132: tell me what files cause errors
Date: Tue, 11 Dec 2012 14:47:18 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

jidanni@jidanni.org wrote:

> `flet' is an obsolete macro (as of 24.3); use either `cl-flet' or `cl-letf'.
> (lambda (x) ...) quoted with ' rather than with #'

*** lisp/emacs-lisp/macroexp.el 2012-10-26 15:59:40 +0000
--- lisp/emacs-lisp/macroexp.el 2012-12-11 19:35:04 +0000
***************
*** 124,130 ****
           (macroexp--funcall-if-compiled ',when-compiled)
           ,form))
       (t
!       (message "%s" msg)
        form))))
  
  (defun macroexp--obsolete-warning (fun obsolescence-data type)
--- 124,133 ----
           (macroexp--funcall-if-compiled ',when-compiled)
           ,form))
       (t
!       (message "%s%s" (if (stringp load-file-name)
!                           (concat (file-relative-name load-file-name) ": ")
!                         "")
!                msg)
        form))))
  
  (defun macroexp--obsolete-warning (fun obsolescence-data type)






reply via email to

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