comparison lisp/prim/obsolete.el @ 155:43dd3413c7c7 r20-3b4

Import from CVS: tag r20-3b4
author cvs
date Mon, 13 Aug 2007 09:39:39 +0200
parents 59463afc5666
children 3bb7ccffb0c0
comparison
equal deleted inserted replaced
154:94141801dd7e 155:43dd3413c7c7
319 (make-obsolete-variable 'after-change-function 319 (make-obsolete-variable 'after-change-function
320 "use after-change-functions; which is a list of functions rather than a single function.") 320 "use after-change-functions; which is a list of functions rather than a single function.")
321 321
322 ;;;;;;;;;;;;;;;;;;;;;;;;;;;; insertion and deletion 322 ;;;;;;;;;;;;;;;;;;;;;;;;;;;; insertion and deletion
323 323
324 (define-obsolete-function-alias 'insert-and-inherit 'insert) 324 (define-compatible-function-alias 'insert-and-inherit 'insert)
325 (define-obsolete-function-alias 'insert-before-markers-and-inherit 325 (define-compatible-function-alias 'insert-before-markers-and-inherit
326 'insert-before-markers) 326 'insert-before-markers)
327 327
328 ;;;;;;;;;;;;;;;;;;;;;;;;;;;; keymaps 328 ;;;;;;;;;;;;;;;;;;;;;;;;;;;; keymaps
329 329
330 (defun keymap-parent (keymap) 330 (defun keymap-parent (keymap)