From: Stefan Monnier Date: Sat, 26 May 2012 19:55:07 +0000 (-0400) Subject: * lisp/subr.el (buffer-has-markers-at): Mark obsolete. X-Git-Tag: emacs-24.2.90~471^2~6^2~98 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=434163923d4d96d14e65ce62c4091140a83d5db2;p=emacs.git * lisp/subr.el (buffer-has-markers-at): Mark obsolete. --- diff --git a/etc/NEWS b/etc/NEWS index c216c6be95e..c5448c01e8a 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -305,6 +305,7 @@ must be in the range 1000..9999. It now works with any year supported by the underlying C implementation. ** `automount-dir-prefix' is obsolete. +** `buffer-has-markers-at' is obsolete. * Changes in Emacs 24.2 on non-free operating systems diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 78551914fee..3fffad2f137 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,9 @@ 2012-05-26 Stefan Monnier + * subr.el (buffer-has-markers-at): Mark obsolete. + * subr.el (lambda): Use declare. + * emacs-lisp/lisp-mode.el (lambda): * emacs-lisp/edebug.el (lambda): Move properties to its definition. diff --git a/lisp/subr.el b/lisp/subr.el index 0078fca8033..1e1f8bcb222 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1154,6 +1154,7 @@ be a list of the form returned by `event-start' and `event-end'." (define-obsolete-function-alias 'string-to-int 'string-to-number "22.1") (make-obsolete 'forward-point "use (+ (point) N) instead." "23.1") +(make-obsolete 'buffer-has-markers-at nil "24.2") (defun insert-string (&rest args) "Mocklisp-compatibility insert function.