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

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

bug#13021: 24.2.90; compile eval-after-load form


From: Michael Heerdegen
Subject: bug#13021: 24.2.90; compile eval-after-load form
Date: Fri, 21 Jun 2013 03:08:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Michael Heerdegen <michael_heerdegen@web.de> writes:

> > There is with-eval-after-load now.
>
> Can we add fontification for it?

I guess this should DTRT (right, Chris?):

*** /home/micha/today/font-lock.el      2013-06-21 02:47:30.861222585 +0200
--- /home/micha/today/font-lock-new.el  2013-06-21 03:03:20.816992853 +0200
***************
*** 2288,2298 ****
                   "save-window-excursion" "save-match-data" 
"save-current-buffer"
                 "combine-after-change-calls" "unwind-protect"
                 "condition-case" "condition-case-unless-debug"
!                "track-mouse" "eval-after-load" "eval-and-compile"
!                "eval-when-compile" "eval-when" "eval-next-after-load"
!                "with-case-table" "with-category-table" "with-coding-priority"
!                "with-current-buffer" "with-demoted-errors"
!                "with-electric-help"
                 "with-local-quit" "with-no-warnings"
                 "with-output-to-string" "with-output-to-temp-buffer"
                 "with-selected-window" "with-selected-frame"
--- 2288,2298 ----
                   "save-window-excursion" "save-match-data" 
"save-current-buffer"
                 "combine-after-change-calls" "unwind-protect"
                 "condition-case" "condition-case-unless-debug"
!                "track-mouse" "eval-after-load" "with-eval-after-load"
!                "eval-and-compile" "eval-when-compile" "eval-when"
!                "eval-next-after-load" "with-case-table" "with-category-table"
!                "with-coding-priority" "with-current-buffer"
!                "with-demoted-errors" "with-electric-help"
                 "with-local-quit" "with-no-warnings"
                 "with-output-to-string" "with-output-to-temp-buffer"
                 "with-selected-window" "with-selected-frame"

Regards,

Michael.

reply via email to

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