comparison lisp/obsolete.el @ 718:29e4e3036b4e

[xemacs-hg @ 2001-12-28 01:38:41 by youngs] 2001-12-27 David A. Panariti <davep@who.net> * hyper-apropos.el (hyper-apropos-find-variable): Added this function based on hyper-apropos-find-function. * hyper-apropos.el (hyper-apropos-help-map): Added binding of "v" to hyper-apropos-find-variable. 2001-12-27 John Paul Wallington <jpw@shootybangbang.com> * obsolete.el (interactive-form): new compatibility alias for function-interactive.
author youngs
date Fri, 28 Dec 2001 01:38:42 +0000
parents 576fb035e263
children 943eaba38521
comparison
equal deleted inserted replaced
717:87c43a431742 718:29e4e3036b4e
254 ;; too bad there's not a way to check for aref, assq, and nconc 254 ;; too bad there's not a way to check for aref, assq, and nconc
255 ;; being called on the values of functions known to return keymaps, 255 ;; being called on the values of functions known to return keymaps,
256 ;; or known to return vectors of events instead of strings... 256 ;; or known to return vectors of events instead of strings...
257 257
258 (make-obsolete-variable 'executing-macro 'executing-kbd-macro) 258 (make-obsolete-variable 'executing-macro 'executing-kbd-macro)
259
260 (define-compatible-function-alias 'interactive-form
261 'function-interactive) ;FSFmacs 21.1
259 262
260 ;;;;;;;;;;;;;;;;;;;;;;;;;;;; modeline 263 ;;;;;;;;;;;;;;;;;;;;;;;;;;;; modeline
261 264
262 (define-compatible-function-alias 'redraw-mode-line 'redraw-modeline) 265 (define-compatible-function-alias 'redraw-mode-line 'redraw-modeline)
263 (define-compatible-function-alias 'force-mode-line-update 266 (define-compatible-function-alias 'force-mode-line-update