comparison lisp/obsolete.el @ 276:6330739388db r21-0b36

Import from CVS: tag r21-0b36
author cvs
date Mon, 13 Aug 2007 10:30:37 +0200
parents ca9a9ec9c1c1
children 558f606b08ae
comparison
equal deleted inserted replaced
275:a68ae4439f57 276:6330739388db
314 (define-obsolete-variable-alias 'after-write-file-hooks 'after-save-hook) 314 (define-obsolete-variable-alias 'after-write-file-hooks 'after-save-hook)
315 (define-obsolete-function-alias 'truename 'file-truename) 315 (define-obsolete-function-alias 'truename 'file-truename)
316 316
317 ;;;;;;;;;;;;;;;;;;;;;;;;;;;; paths 317 ;;;;;;;;;;;;;;;;;;;;;;;;;;;; paths
318 318
319 (defvar site-directory nil
320 "This used to be the location of the site-lisp directory.")
321 (make-obsolete-variable 'site-directory "call paths-find-site-lisp-directory instead.")
322
323 (defvar Info-default-directory-list nil 319 (defvar Info-default-directory-list nil
324 "This used to be the initial value of Info-directory-list. 320 "This used to be the initial value of Info-directory-list.
325 If you want to change the locations where XEmacs looks for info files, 321 If you want to change the locations where XEmacs looks for info files,
326 set Info-directory-list.") 322 set Info-directory-list.")
327 (make-obsolete-variable 'Info-default-directory-list 'Info-directory-list) 323 (make-obsolete-variable 'Info-default-directory-list 'Info-directory-list)