1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00

(webjump-adult-p): Function deleted.

This commit is contained in:
Richard M. Stallman 1997-05-27 16:20:16 +00:00
parent 40f30b6317
commit b10e147ce5

View File

@ -285,9 +285,6 @@ gotten from `http://www.cs.brown.edu/people/nwv/'."
(t (error "WebJump URL expression for \"%s\" invalid."
name)))))))
(defun webjump-adult-p ()
(and (boundp 'age) (integerp age) (>= age 21)))
(defun webjump-builtin (expr name)
(if (< (length expr) 1)
(error "WebJump URL builtin for \"%s\" empty." name))