emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108378: * lisp/subr.el (buffer-has-m


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108378: * lisp/subr.el (buffer-has-markers-at): Mark obsolete.
Date: Sat, 26 May 2012 15:55:07 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108378
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Sat 2012-05-26 15:55:07 -0400
message:
  * lisp/subr.el (buffer-has-markers-at): Mark obsolete.
modified:
  etc/NEWS
  lisp/ChangeLog
  lisp/subr.el
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2012-05-26 12:14:56 +0000
+++ b/etc/NEWS  2012-05-26 19:55:07 +0000
@@ -305,6 +305,7 @@
 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
 

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-05-26 15:52:27 +0000
+++ b/lisp/ChangeLog    2012-05-26 19:55:07 +0000
@@ -1,6 +1,9 @@
 2012-05-26  Stefan Monnier  <address@hidden>
 
+       * 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.
 

=== modified file 'lisp/subr.el'
--- a/lisp/subr.el      2012-05-26 15:52:27 +0000
+++ b/lisp/subr.el      2012-05-26 19:55:07 +0000
@@ -1154,6 +1154,7 @@
 (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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]