1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00

Merge from emacs-24; up to 2012-12-12T22:29:54Z!yamaoka@jpl.org

This commit is contained in:
Glenn Morris 2013-01-30 00:07:37 -08:00
commit 3f82a88a05
9 changed files with 233 additions and 49 deletions

View file

@ -689,6 +689,7 @@ You can replace this macro with `gv-letplace'."
'cl--map-keymap-recursively "24.3")
(define-obsolete-function-alias 'cl-map-intervals 'cl--map-intervals "24.3")
(define-obsolete-function-alias 'cl-map-extents 'cl--map-overlays "24.3")
(define-obsolete-function-alias 'cl-set-getf 'cl--set-getf "24.3")
(defun cl-maclisp-member (item list)
(declare (obsolete member "24.3"))