aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/lisp-mode.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1992-06-03 05:58:08 +0000
committerRichard M. Stallman <[email protected]>1992-06-03 05:58:08 +0000
commit328561fc91a2802b47ae9669110b8071e1696d4e (patch)
tree1d802fa6627dd3ea3b8bcf40e1186541d89a82df /lisp/emacs-lisp/lisp-mode.el
parent5cd51471045769aa63048e989684828483cfd87d (diff)
*** empty log message ***
Diffstat (limited to 'lisp/emacs-lisp/lisp-mode.el')
-rw-r--r--lisp/emacs-lisp/lisp-mode.el2
1 files changed, 1 insertions, 1 deletions
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.