Mercurial > hg > xemacs-beta
comparison lisp/prim/obsolete.el @ 108:360340f9fd5f r20-1b6
Import from CVS: tag r20-1b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:18:39 +0200 |
parents | cf808b4c4290 |
children | fe104dbd9147 |
comparison
equal
deleted
inserted
replaced
107:523141596bda | 108:360340f9fd5f |
---|---|
59 (defvaralias oldvar newvar) | 59 (defvaralias oldvar newvar) |
60 (make-compatible-variable oldvar newvar)) | 60 (make-compatible-variable oldvar newvar)) |
61 | 61 |
62 ;;;;;;;;;;;;;;;;;;;;;;;;;;;; device stuff | 62 ;;;;;;;;;;;;;;;;;;;;;;;;;;;; device stuff |
63 | 63 |
64 (make-obsolete-variable 'window-system "use (console-type)") | 64 (make-compatible-variable 'window-system "use (console-type)") |
65 (make-obsolete-variable 'meta-flag | 65 (make-obsolete-variable 'meta-flag |
66 "use the `set-input-mode' function instead.") | 66 "use the `set-input-mode' function instead.") |
67 | 67 |
68 (defun x-display-color-p (&optional device) | 68 (defun x-display-color-p (&optional device) |
69 "Returns non-nil if DEVICE is a color device." | 69 "Returns non-nil if DEVICE is a color device." |