Mercurial > emacs
comparison lisp/subr.el @ 86152:de0ef99eb027
(make-variable-frame-local): Fix typo in obsolescence message.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 16 Nov 2007 11:10:53 +0000 |
parents | 48dc79c663f4 |
children | e8cb5c919219 |
comparison
equal
deleted
inserted
replaced
86151:da4c5938f977 | 86152:de0ef99eb027 |
---|---|
945 ;; These are used by VM and some old programs | 945 ;; These are used by VM and some old programs |
946 (defalias 'focus-frame 'ignore "") | 946 (defalias 'focus-frame 'ignore "") |
947 (make-obsolete 'focus-frame "it does nothing." "22.1") | 947 (make-obsolete 'focus-frame "it does nothing." "22.1") |
948 (defalias 'unfocus-frame 'ignore "") | 948 (defalias 'unfocus-frame 'ignore "") |
949 (make-obsolete 'unfocus-frame "it does nothing." "22.1") | 949 (make-obsolete 'unfocus-frame "it does nothing." "22.1") |
950 (make-obsolete 'make-variable-frame-local "use a frame-parameter instead" "22.2") | 950 (make-obsolete 'make-variable-frame-local "use a frame-parameter instead." "22.2") |
951 | 951 |
952 ;;;; Obsolescence declarations for variables, and aliases. | 952 ;;;; Obsolescence declarations for variables, and aliases. |
953 | 953 |
954 (make-obsolete-variable 'directory-sep-char "do not use it." "21.1") | 954 (make-obsolete-variable 'directory-sep-char "do not use it." "21.1") |
955 (make-obsolete-variable | 955 (make-obsolete-variable |