Mercurial > hg > xemacs-beta
comparison lisp/obsolete.el @ 863:42375619fa45
[xemacs-hg @ 2002-06-04 06:03:59 by andyp]
merge 21.4 windows changes, minimally tested
author | andyp |
---|---|
date | Tue, 04 Jun 2002 06:05:53 +0000 |
parents | b6fa6d07e6f8 |
children | 1e9272790fe0 |
comparison
equal
deleted
inserted
replaced
862:278c743f1578 | 863:42375619fa45 |
---|---|
257 ;; or known to return vectors of events instead of strings... | 257 ;; or known to return vectors of events instead of strings... |
258 | 258 |
259 (make-obsolete-variable 'executing-macro 'executing-kbd-macro) | 259 (make-obsolete-variable 'executing-macro 'executing-kbd-macro) |
260 | 260 |
261 (define-compatible-function-alias 'interactive-form | 261 (define-compatible-function-alias 'interactive-form |
262 'function-interactive) ;FSFmacs 21.1 | 262 'function-interactive) ;GNU 21.1 |
263 (define-compatible-function-alias 'assq-delete-all | |
264 'remassq) ;GNU 21.1 | |
263 | 265 |
264 ;;;;;;;;;;;;;;;;;;;;;;;;;;;; modeline | 266 ;;;;;;;;;;;;;;;;;;;;;;;;;;;; modeline |
265 | 267 |
266 (define-compatible-function-alias 'redraw-mode-line 'redraw-modeline) | 268 (define-compatible-function-alias 'redraw-mode-line 'redraw-modeline) |
267 (define-compatible-function-alias 'force-mode-line-update | 269 (define-compatible-function-alias 'force-mode-line-update |