changeset 64818:bc16d0987bb1

Delete autoload for c-guess-basic-syntax.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Aug 2005 11:24:48 +0000
parents 5e45020b2026
children fe9134f14297
files lisp/align.el
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/align.el	Tue Aug 09 11:24:05 2005 +0000
+++ b/lisp/align.el	Tue Aug 09 11:24:48 2005 +0000
@@ -384,9 +384,6 @@
 			   regexp function)))))))
   "The `type' form for any `align-rules-list' variable.")
 
-(unless (functionp 'c-guess-basic-syntax)
-  (autoload 'c-guess-basic-syntax "cc-engine"))
-
 (defcustom align-rules-list
   `((lisp-second-arg
      (regexp   . "\\(^\\s-+[^( \t\n]\\|(\\(\\S-+\\)\\s-+\\)\\S-+\\(\\s-+\\)")