X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/ac16149ba470ae8a625d42a61adbb6e84254c675..5deebc3c914c86e84d11661a7877c00b2d7fddd1:/lisp/progmodes/pascal.el?ds=inline diff --git a/lisp/progmodes/pascal.el b/lisp/progmodes/pascal.el index 904001d338..76441ea03e 100644 --- a/lisp/progmodes/pascal.el +++ b/lisp/progmodes/pascal.el @@ -1,6 +1,6 @@ ;;; pascal.el --- major mode for editing pascal source in Emacs -*- lexical-binding: t -*- -;; Copyright (C) 1993-2015 Free Software Foundation, Inc. +;; Copyright (C) 1993-2016 Free Software Foundation, Inc. ;; Author: Espen Skoglund ;; Keywords: languages @@ -1023,7 +1023,7 @@ indent of the current line in parameterlist." (let ((lineup (if (or (looking-at "\\\\|\\") arg start) ":" "=")) (stpos (if start start - (forward-word 2) (backward-word 1) (point))) + (forward-word-strictly 2) (backward-word 1) (point))) (edpos (set-marker (make-marker) (if end end (max (progn (pascal-declaration-end)