comparison lisp/bytecomp-runtime.el @ 276:6330739388db r21-0b36

Import from CVS: tag r21-0b36
author cvs
date Mon, 13 Aug 2007 10:30:37 +0200
parents 157b30c96d03
children 8626e4521993
comparison
equal deleted inserted replaced
275:a68ae4439f57 276:6330739388db
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 ;;;
192 ;;; I nuked this because it's not a good idea for users to think of 194 ;;; I nuked this because it's not a good idea for users to think of
193 ;;; using it. These options are a matter of installation preference, 195 ;;; using it. These options are a matter of installation preference,
194 ;;; and have nothing to do with particular source files; it's a 196 ;;; and have nothing to do with particular source files; it's a
195 ;;; mistake to suggest to users that they should associate these with 197 ;;; mistake to suggest to users that they should associate these with
196 ;;; particular source files. There is hardly any reason to change 198 ;;; particular source files. There is hardly any reason to change