summaryrefslogtreecommitdiff
path: root/lisp/subr.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/subr.el')
-rw-r--r--lisp/subr.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 2dcc37863c7..484340895be 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1092,11 +1092,6 @@ is converted into a string by expressing it in decimal."
(make-obsolete 'process-filter-multibyte-p nil "23.1")
(make-obsolete 'set-process-filter-multibyte nil "23.1")
-(defconst directory-sep-char ?/
- "Directory separator character for built-in functions that return file names.
-The value is always ?/.")
-(make-obsolete-variable 'directory-sep-char "do not use it, just use `/'." "21.1")
-
(make-obsolete-variable
'mode-line-inverse-video
"use the appropriate faces instead."