emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-mode.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-mode.el
Date: Thu, 02 Dec 2004 20:06:31 -0500

Index: emacs/lisp/progmodes/cc-mode.el
diff -c emacs/lisp/progmodes/cc-mode.el:1.31 
emacs/lisp/progmodes/cc-mode.el:1.32
*** emacs/lisp/progmodes/cc-mode.el:1.31        Sat Nov 13 20:23:38 2004
--- emacs/lisp/progmodes/cc-mode.el     Fri Dec  3 00:57:23 2004
***************
*** 998,1004 ****
  
  ;;; Autoload directives must be on the top level, so we construct an
  ;;; autoload form instead.
! ;;;###autoload (autoload 'awk-mode "cc-mode" "Major mode for editing AWK 
code.")
  
  (if (not (memq 'syntax-properties c-emacs-features))
      (autoload 'awk-mode "awk-mode" "Major mode for editing AWK code."  t)
--- 998,1004 ----
  
  ;;; Autoload directives must be on the top level, so we construct an
  ;;; autoload form instead.
! ;;;###autoload (autoload 'awk-mode "cc-mode" "Major mode for editing AWK 
code." t)
  
  (if (not (memq 'syntax-properties c-emacs-features))
      (autoload 'awk-mode "awk-mode" "Major mode for editing AWK code."  t)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]