* lisp/subr.el (buffer-has-markers-at): Mark obsolete.
This commit is contained in:
parent
a179e3f7b4
commit
434163923d
3 changed files with 5 additions and 0 deletions
1
etc/NEWS
1
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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue