aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog
diff options
context:
space:
mode:
authorLeo Liu2014-11-18 23:57:01 +0800
committerLeo Liu2014-11-18 23:57:01 +0800
commit1148d375898652ce5dec986d11bec46bb8ac0e6d (patch)
tree3d8cdc9a9b9c832395292ef85031187ecf1b4b60 /doc/lispref/ChangeLog
parentb59998eb5b9c4e6e142b530604539c54028acb8d (diff)
downloademacs-1148d375898652ce5dec986d11bec46bb8ac0e6d.tar.gz
emacs-1148d375898652ce5dec986d11bec46bb8ac0e6d.zip
New macro define-advice
* doc/lispref/functions.texi (Advising Named Functions): Document define-advice. * lisp/emacs-lisp/nadvice.el (define-advice): New macro. * lisp/emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Add define-advice. (lisp-font-lock-keywords-1): Add define-advice.
Diffstat (limited to 'doc/lispref/ChangeLog')
-rw-r--r--doc/lispref/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 0a8a0a88cce..6706f936c5e 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12014-11-18 Leo Liu <sdl.web@gmail.com>
2
3 * functions.texi (Advising Named Functions): Document
4 define-advice.
5
12014-11-17 Paul Eggert <eggert@cs.ucla.edu> 62014-11-17 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Improve time stamp handling, and be more consistent about it. 8 Improve time stamp handling, and be more consistent about it.