emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

directory-sep-char


From: Juanma Barranquero
Subject: directory-sep-char
Date: Wed, 21 Nov 2001 18:47:21 +0100

After bitter experiences fixing elisp files only to discover that
`directory-sep-char' was deprecated, I'd like to know if it's ok to
apply this patch and then go over the following files

lisp\comint.el
lisp\dos-w32.el
lisp\files.el
lisp\ielm.el
lisp\pcomplete.el
lisp\simple.el
lisp\speedbar.el
lisp\uniquify.el
lisp\eshell\em-cmpl.el
lisp\eshell\em-dirs.el
lisp\eshell\em-glob.el
lisp\eshell\em-unix.el
lisp\eshell\esh-ext.el
lisp\eshell\esh-util.el
lisp\eshell\esh-var.el
lisp\gnus\gnus-score.el
lisp\mail\feedmail.el

substituting ?/ for directory-sep-char.


                                                           /L/e/k/t/u




Index: bytecomp.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/emacs-lisp/bytecomp.el,v
retrieving revision 2.93
diff -u -r2.93 bytecomp.el
--- bytecomp.el 2001/11/17 00:54:36     2.93
+++ bytecomp.el 2001/11/21 17:14:50
@@ -3652,6 +3652,8 @@
   "use timers instead, with `run-with-idle-timer'." "before 19.34")
 (make-obsolete-variable 'post-command-idle-delay
   "use timers instead, with `run-with-idle-timer'." "before 19.34")
+(make-obsolete-variable 'directory-sep-char
+  "no longer supported, use literal ?/ instead" "21.1")
 
 (provide 'byte-compile)
 (provide 'bytecomp)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]