emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113110: * lisp/font-lock.el (lisp-font-lock-keyword


From: Glenn Morris
Subject: [Emacs-diffs] trunk r113110: * lisp/font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
Date: Fri, 21 Jun 2013 06:37:54 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113110
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-06-20 23:37:44 -0700
message:
  * lisp/font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/font-lock.el              fontlock.el-20091113204419-o5vbwnq5f7feedwu-603
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-06-21 03:08:47 +0000
+++ b/lisp/ChangeLog    2013-06-21 06:37:44 +0000
@@ -1,3 +1,7 @@
+2013-06-21  Glenn Morris  <address@hidden>
+
+       * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
+
 2013-06-21  Stefan Monnier  <address@hidden>
            Daniel Hackney  <address@hidden>
 

=== modified file 'lisp/font-lock.el'
--- a/lisp/font-lock.el 2013-06-06 21:35:45 +0000
+++ b/lisp/font-lock.el 2013-06-21 06:37:44 +0000
@@ -2292,7 +2292,7 @@
                 "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-electric-help" "with-eval-after-load"
                 "with-local-quit" "with-no-warnings"
                 "with-output-to-string" "with-output-to-temp-buffer"
                 "with-selected-window" "with-selected-frame"


reply via email to

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