comparison lisp/bytecomp-runtime.el @ 251:677f6a0ee643 r20-5b24

Import from CVS: tag r20-5b24
author cvs
date Mon, 13 Aug 2007 10:19:59 +0200
parents 41ff10fd062f
children 157b30c96d03
comparison
equal deleted inserted replaced
250:f385a461c9aa 251:677f6a0ee643
187 187
188 188
189 ;;; Interface to file-local byte-compiler parameters. 189 ;;; Interface to file-local byte-compiler parameters.
190 ;;; Redefined in bytecomp.el. 190 ;;; Redefined in bytecomp.el.
191 191
192 ;;; The great RMS speaketh:
193 ;;;
194 ;;; I nuked this because it's not a good idea for users to think of 192 ;;; I nuked this because it's not a good idea for users to think of
195 ;;; using it. These options are a matter of installation preference, 193 ;;; using it. These options are a matter of installation preference,
196 ;;; and have nothing to do with particular source files; it's a 194 ;;; and have nothing to do with particular source files; it's a
197 ;;; mistake to suggest to users that they should associate these with 195 ;;; mistake to suggest to users that they should associate these with
198 ;;; particular source files. There is hardly any reason to change 196 ;;; particular source files. There is hardly any reason to change