mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
(perl-indent-line): Use eq' to compare output of
char-after'.
This commit is contained in:
parent
ed88dbcbdf
commit
8ab2646a67
@ -481,7 +481,7 @@ changed by, or (parse-state) if line starts in a quoted string."
|
||||
(beginning-of-line)
|
||||
(setq beg (point))
|
||||
(setq shift-amt
|
||||
(cond ((= (char-after bof) ?=) 0)
|
||||
(cond ((eq (char-after bof) ?=) 0)
|
||||
((listp (setq indent (perl-calculate-indent bof))) indent)
|
||||
((looking-at (or nochange perl-nochange)) 0)
|
||||
(t
|
||||
|
Loading…
Reference in New Issue
Block a user