diff lisp/emacs-lisp/lisp-mode.el @ 677:7a9b4ea68565

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 03 Jun 1992 05:58:08 +0000
parents 505130d1ddf8
children 540b047ece4d
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el	Wed Jun 03 03:18:42 1992 +0000
+++ b/lisp/emacs-lisp/lisp-mode.el	Wed Jun 03 05:58:08 1992 +0000
@@ -255,7 +255,7 @@
     (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.