emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/align.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/align.el
Date: Tue, 09 Aug 2005 07:24:48 -0400

Index: emacs/lisp/align.el
diff -c emacs/lisp/align.el:1.18 emacs/lisp/align.el:1.19
*** emacs/lisp/align.el:1.18    Sat Aug  6 22:13:41 2005
--- emacs/lisp/align.el Tue Aug  9 11:24:48 2005
***************
*** 384,392 ****
                           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-+\\)")
--- 384,389 ----




reply via email to

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