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

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

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

revision 1.26 by lektu, Mon Jan 27 08:47:18 2003 UTC revision 1.27 by mast, Mon Feb 10 00:50:26 2003 UTC
# Line 445  and exists only for compatibility reason Line 445  and exists only for compatibility reason
445                      ;; initial contents tries to be the last element                      ;; initial contents tries to be the last element
446                      ;; on the syntactic analysis list for the current                      ;; on the syntactic analysis list for the current
447                      ;; line                      ;; line
448                      (let* ((syntax (c-guess-basic-syntax))                      (and c-buffer-is-cc-mode
449                             (len (length syntax))                           (let* ((syntax (c-guess-basic-syntax))
450                             (ic (format "%s" (car (nth (1- len) syntax)))))                                  (len (length syntax))
451                        (cons ic 0))                                  (ic (format "%s" (car (nth (1- len) syntax)))))
452                               (cons ic 0)))
453                      )))                      )))
454            (offset (c-read-offset langelem)))            (offset (c-read-offset langelem)))
455       (list langelem offset current-prefix-arg)))       (list langelem offset current-prefix-arg)))

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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