/[emacs]/emacs/lisp/progmodes/compile.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/compile.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.332 by jurta, Sat Oct 16 18:37:54 2004 UTC revision 1.333 by rms, Tue Oct 19 16:48:30 2004 UTC
# Line 1186  If nil, use the beginning of buffer.") Line 1186  If nil, use the beginning of buffer.")
1186    "Prepare the buffer for the compilation parsing commands to work.    "Prepare the buffer for the compilation parsing commands to work.
1187  Optional argument MINOR indicates this is called from  Optional argument MINOR indicates this is called from
1188  `compilation-minor-mode'."  `compilation-minor-mode'."
1189    (setq buffer-read-only t)    (unless minor
1190        (setq buffer-read-only t))
1191    (make-local-variable 'compilation-current-error)    (make-local-variable 'compilation-current-error)
1192    (make-local-variable 'compilation-messages-start)    (make-local-variable 'compilation-messages-start)
1193    (make-local-variable 'compilation-error-screen-columns)    (make-local-variable 'compilation-error-screen-columns)

Legend:
Removed from v.1.332  
changed lines
  Added in v.1.333

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26