[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] trunk r116621: * lisp/subr.el (with-wrapper-hook): Tweak o
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] trunk r116621: * lisp/subr.el (with-wrapper-hook): Tweak obsolescence message. |
Date: |
Sat, 01 Mar 2014 03:54:57 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 116621
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2014-02-28 19:54:47 -0800
message:
* lisp/subr.el (with-wrapper-hook): Tweak obsolescence message.
* lisp/simple.el: Remove mistaken FIXME comment.
* etc/NEWS: Markup.
modified:
etc/NEWS news-20100311060928-aoit31wvzf25yr1z-1
lisp/simple.el simple.el-20091113204419-o5vbwnq5f7feedwu-403
lisp/subr.el subr.el-20091113204419-o5vbwnq5f7feedwu-151
=== modified file 'etc/NEWS'
--- a/etc/NEWS 2014-03-01 02:54:08 +0000
+++ b/etc/NEWS 2014-03-01 03:54:47 +0000
@@ -1295,6 +1295,7 @@
*** `generic-make-keywords-list'
*** `get-upcase-table' (use `case-table-get-table' instead).
++++
** `with-wrapper-hook' is obsoleted by `add-function'.
The few hooks that used with-wrapper-hook are replaced as follows:
*** `abbrev-expand-function' obsoletes `abbrev-expand-functions'.
=== modified file 'lisp/simple.el'
--- a/lisp/simple.el 2014-02-21 13:22:14 +0000
+++ b/lisp/simple.el 2014-03-01 03:54:47 +0000
@@ -3468,7 +3468,6 @@
be copied into other buffers."
(funcall filter-buffer-substring-function beg end delete))
-;; FIXME: `with-wrapper-hook' is obsolete
(defun buffer-substring--filter (beg end &optional delete)
(with-wrapper-hook filter-buffer-substring-functions (beg end delete)
(cond
=== modified file 'lisp/subr.el'
--- a/lisp/subr.el 2014-02-27 14:21:28 +0000
+++ b/lisp/subr.el 2014-03-01 03:54:47 +0000
@@ -1461,7 +1461,7 @@
to the next hook function, if any. The last (or \"outermost\")
FUN is then called once."
(declare (indent 2) (debug (form sexp body))
- (obsolete "use a <foo>-function variable modified by add-function."
+ (obsolete "use a <foo>-function variable modified by
`add-function'."
"24.4"))
;; We need those two gensyms because CL's lexical scoping is not available
;; for function arguments :-(
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] trunk r116621: * lisp/subr.el (with-wrapper-hook): Tweak obsolescence message.,
Glenn Morris <=