Mercurial > emacs
comparison lisp/play/doctor.el @ 16854:b9074a68d6be
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 10 Jan 1997 09:15:06 +0000 |
parents | def38ab5315c |
children | 11218164bc54 |
comparison
equal
deleted
inserted
replaced
16853:63f2ad395c81 | 16854:b9074a68d6be |
---|---|
36 ;; nonetheless. | 36 ;; nonetheless. |
37 | 37 |
38 ;; For information on US government censorship of the Internet, and | 38 ;; For information on US government censorship of the Internet, and |
39 ;; what you can do to bring back freedom of the press, see the web | 39 ;; what you can do to bring back freedom of the press, see the web |
40 ;; site http://www.vtw.org/ | 40 ;; site http://www.vtw.org/ |
41 ;; See also the file etc/CENSORSHIP in the Emacs distribution | |
42 ;; for a discussion of why and how this file was censored, and the | |
43 ;; political implications of the issue. | |
41 | 44 |
42 ;;; Code: | 45 ;;; Code: |
43 | 46 |
44 (defun doctor-cadr (x) (car (cdr x))) | 47 (defun doctor-cadr (x) (car (cdr x))) |
45 (defun doctor-caddr (x) (car (cdr (cdr x)))) | 48 (defun doctor-caddr (x) (car (cdr (cdr x)))) |