diff lisp/obsolete.el @ 274:ca9a9ec9c1c1 r21-0b35

Import from CVS: tag r21-0b35
author cvs
date Mon, 13 Aug 2007 10:29:42 +0200
parents c5d627a313b1
children 6330739388db
line wrap: on
line diff
--- a/lisp/obsolete.el	Mon Aug 13 10:28:54 2007 +0200
+++ b/lisp/obsolete.el	Mon Aug 13 10:29:42 2007 +0200
@@ -314,6 +314,18 @@
 (define-obsolete-variable-alias 'after-write-file-hooks 'after-save-hook)
 (define-obsolete-function-alias 'truename 'file-truename)
 
+;;;;;;;;;;;;;;;;;;;;;;;;;;;; paths
+
+(defvar site-directory nil
+  "This used to be the location of the site-lisp directory.")
+(make-obsolete-variable 'site-directory "call paths-find-site-lisp-directory instead.")
+
+(defvar Info-default-directory-list nil
+  "This used to be the initial value of Info-directory-list.
+If you want to change the locations where XEmacs looks for info files,
+set Info-directory-list.")
+(make-obsolete-variable 'Info-default-directory-list 'Info-directory-list)
+
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;; hooks
 
 (make-obsolete-variable 'auto-fill-hook 'auto-fill-function)