/[emacs]/emacs/lisp/progmodes/cc-mode.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/cc-mode.el

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

revision 1.23 by mast, Tue Jan 28 00:41:21 2003 UTC revision 1.24 by mast, Sun Feb 9 01:44:35 2003 UTC
# Line 335  Line 335 
335          comment-start-skip "/\\*+ *\\|//+ *"          comment-start-skip "/\\*+ *\\|//+ *"
336          comment-multi-line t)          comment-multi-line t)
337    
338      ;; Install `c-fill-paragraph' on `fill-paragraph-function' so that a
339      ;; direct call to `fill-paragraph' behaves better.  This still
340      ;; doesn't work with filladapt but it's better than nothing.
341      (make-local-variable 'fill-paragraph-function)
342      (setq fill-paragraph-function 'c-fill-paragraph)
343    
344    ;; Set `require-final-newline' only if we should.    ;; Set `require-final-newline' only if we should.
345    (let ((rfn (assq mode c-require-final-newline)))    (let ((rfn (assq mode c-require-final-newline)))
346      (when rfn      (when rfn

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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