emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Infitite recursion in indentation


From: Richard M. Stallman
Subject: Re: Infitite recursion in indentation
Date: Sat, 25 Jun 2005 09:35:14 -0400

Does this patch give good results?

*** lisp-mode.el        23 Jun 2005 17:28:14 -0400      1.177
--- lisp-mode.el        25 Jun 2005 01:10:21 -0400      
***************
*** 202,207 ****
--- 202,209 ----
    (setq comment-column 40)
    ;; Don't get confused by `;' in doc strings when paragraph-filling.
    (set (make-local-variable 'comment-use-global-state) t)
+   (make-local-variable 'comment-indent-function)
+   (setq comment-indent-function 'lisp-comment-indent)
    (make-local-variable 'imenu-generic-expression)
    (setq imenu-generic-expression lisp-imenu-generic-expression)
    (make-local-variable 'multibyte-syntax-as-symbol)




reply via email to

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