From 328561fc91a2802b47ae9669110b8071e1696d4e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 3 Jun 1992 05:58:08 +0000 Subject: *** empty log message *** --- lisp/emacs-lisp/lisp-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/lisp-mode.el') diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 6cf7253b44..f6fb07b0d2 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -255,7 +255,7 @@ rigidly along with this one." (skip-chars-forward " \t") (if (looking-at "\\s<\\s<\\s<") ;; Don't alter indentation of a ;;; comment line. - nil + (goto-char (- (point-max) pos)) (if (and (looking-at "\\s<") (not (looking-at "\\s<\\s<"))) ;; Single-semicolon comment lines should be indented ;; as comment lines, not as code. -- cgit v1.2.3