emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-lisp defun deprecation?


From: Kevin A. Burton - burtonator
Subject: emacs-lisp defun deprecation?
Date: 15 Dec 2001 13:28:05 -0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Hm.

Has there ever been any talk about providing hard deprecation (ALA Java) in
Emacs lisp?

IE something like:

(defun some-old-function-everybody-still-uses()
    "Don't use this anymore"
    :deprecated t           
    (interactive)

    ;;; blah

    )

Thoughts?

I have always liked the ability to deprecated Java methods and then have this
reflected when I compile.

Kevin

- -- 
Kevin A. Burton ( address@hidden, address@hidden, address@hidden )
             Location - San Francisco, CA, Cell - 415.595.9965
        Jabber - address@hidden,  Web - http://relativity.yi.org/

Whenever there is a conflict between human rights and property rights, human
rights must prevail.
  -- Abraham Lincoln



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Get my public key at: http://relativity.yi.org/pgpkey.txt

iD8DBQE8G8BkAwM6xb2dfE0RAhQ1AJ9PIR0IAqb7Hhjr5kGOruiwsLWg/wCfcV25
lbdWZJRx5DYPE5Eadnsj47Y=
=IpAa
-----END PGP SIGNATURE-----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]