diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2012-11-14 22:20:49 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2012-11-14 22:20:49 -0500 |
commit | a61428c42db53e4b90d4bf12bb49aeec7abbd13a (patch) | |
tree | 6397a80e361a643d8cd4a51a0398820381d86498 /lisp/emacs-lisp/cl-loaddefs.el | |
parent | 875ce3a7c5cb1b1b49cad6f1ecdff752c7923a70 (diff) | |
download | emacs-a61428c42db53e4b90d4bf12bb49aeec7abbd13a.tar.gz emacs-a61428c42db53e4b90d4bf12bb49aeec7abbd13a.tar.bz2 emacs-a61428c42db53e4b90d4bf12bb49aeec7abbd13a.zip |
* lisp/emacs-lisp/nadvice.el: Add buffer-local support to add-function.
(advice--buffer-local-function-sample): New var.
(advice--set-buffer-local, advice--buffer-local): New functions.
(add-function, remove-function): Use them.
Diffstat (limited to 'lisp/emacs-lisp/cl-loaddefs.el')
-rw-r--r-- | lisp/emacs-lisp/cl-loaddefs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl-loaddefs.el b/lisp/emacs-lisp/cl-loaddefs.el index eb58d17c02e..765bdf71519 100644 --- a/lisp/emacs-lisp/cl-loaddefs.el +++ b/lisp/emacs-lisp/cl-loaddefs.el @@ -267,7 +267,7 @@ including `cl-block' and `cl-eval-when'. ;;;;;; cl-typecase cl-ecase cl-case cl-load-time-value cl-eval-when ;;;;;; cl-destructuring-bind cl-function cl-defmacro cl-defun cl-gentemp ;;;;;; cl-gensym cl--compiler-macro-cXXr cl--compiler-macro-list*) -;;;;;; "cl-macs" "cl-macs.el" "c7ad09a74a1d2969406e7e2aaf3812fc") +;;;;;; "cl-macs" "cl-macs.el" "887ee7c4b9eb5766c6483d27e84aac21") ;;; Generated autoloads from cl-macs.el (autoload 'cl--compiler-macro-list* "cl-macs" "\ |