Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
43416392
Commit
43416392
authored
May 26, 2012
by
Stefan Monnier
Browse files
* lisp/subr.el (buffer-has-markers-at): Mark obsolete.
parent
a179e3f7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
etc/NEWS
etc/NEWS
+1
-0
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/subr.el
lisp/subr.el
+1
-0
No files found.
etc/NEWS
View file @
43416392
...
...
@@ -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
...
...
lisp/ChangeLog
View file @
43416392
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.
...
...
lisp/subr.el
View file @
43416392
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment