Mercurial > hg > xemacs-beta
comparison lisp/prim/obsolete.el @ 30:ec9a17fef872 r19-15b98
Import from CVS: tag r19-15b98
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:29 +0200 |
parents | 4103f0995bd7 |
children | 1a767b41a199 |
comparison
equal
deleted
inserted
replaced
29:7976500f47f9 | 30:ec9a17fef872 |
---|---|
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." |