* lisp/subr.el (buffer-has-markers-at): Mark obsolete.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 26 May 2012 19:55:07 +0000 (15:55 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 26 May 2012 19:55:07 +0000 (15:55 -0400)
etc/NEWS
lisp/ChangeLog
lisp/subr.el

index c216c6b..c5448c0 100644 (file)
--- 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.
 \f
 * Changes in Emacs 24.2 on non-free operating systems
 
index 7855191..3fffad2 100644 (file)
@@ -1,6 +1,9 @@
 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * 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.
 
index 0078fca..1e1f8bc 100644 (file)
@@ -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.