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
9af6aa14
Commit
9af6aa14
authored
Jul 03, 2002
by
Juanma Barranquero
Browse files
(chars-in-region): Add obsolescence declaration for `chars-in-region'.
parent
a7ac92b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+6
-1
lisp/subr.el
lisp/subr.el
+1
-0
No files found.
lisp/ChangeLog
View file @
9af6aa14
2002-07-03 Juanma Barranquero <lektu@terra.es>
* subr.el (chars-in-region): Add obsolescence declaration for
`chars-in-region'.
2002-07-03 Miles Bader <miles@gnu.org>
2002-07-03 Miles Bader <miles@gnu.org>
* faces.el (header-line): Don't use a `common' clause for
* faces.el (header-line): Don't use a `common' clause for
...
@@ -13,7 +18,7 @@
...
@@ -13,7 +18,7 @@
Check for `eval:' calling fn with `safe-local-eval-function' property.
Check for `eval:' calling fn with `safe-local-eval-function' property.
(hack-one-local-variable): Use hack-one-local-variable-eval-safep.
(hack-one-local-variable): Use hack-one-local-variable-eval-safep.
(c-add-style, c-set-style): Add safe-local-eval-function property.
(c-add-style, c-set-style): Add safe-local-eval-function property.
* files.el (insert-directory): Handle --dired option to ls.
* files.el (insert-directory): Handle --dired option to ls.
* files.el (file-remote-p): New function.
* files.el (file-remote-p): New function.
...
...
lisp/subr.el
View file @
9af6aa14
...
@@ -700,6 +700,7 @@ as returned by the `event-start' and `event-end' functions."
...
@@ -700,6 +700,7 @@ as returned by the `event-start' and `event-end' functions."
(
defalias
'sref
'aref
)
(
defalias
'sref
'aref
)
(
make-obsolete
'sref
'aref
"20.4"
)
(
make-obsolete
'sref
'aref
"20.4"
)
(
make-obsolete
'char-bytes
"now always returns 1 (maintained for backward compatibility)."
"20.4"
)
(
make-obsolete
'char-bytes
"now always returns 1 (maintained for backward compatibility)."
"20.4"
)
(
make-obsolete
'chars-in-region
"use (abs (- BEG END))."
"20.3"
)
(
defun
insert-string
(
&rest
args
)
(
defun
insert-string
(
&rest
args
)
"Mocklisp-compatibility insert function.
"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