summaryrefslogtreecommitdiff
path: root/lisp/subr.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-10-03 14:23:13 -0700
committerGlenn Morris <rgm@gnu.org>2010-10-03 14:23:13 -0700
commit77f3894962e3d21e41066c7baeb8cea4973e1e9e (patch)
tree1df50f5b48536398182a89ff1a048b822f1589ac /lisp/subr.el
parent67141a37c1e7151408cc109aac0d5944d43db146 (diff)
downloademacs-77f3894962e3d21e41066c7baeb8cea4973e1e9e.tar.gz
Remove directory-sep-char, obsolete since 21.1.
* lisp/subr.el (directory-sep-char): Remove obsolete variable. * lisp/net/tramp-compat.el: Don't mess about with the byte-compiler unless it is "necessary". * doc/lispref/files.texi (File Name Components): Remove ignored section about deleted variable directory-sep-char. * etc/NEWS: Mention above change.
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."