mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(c-emacs-features): Crash-fix: change =' to eq'.
This commit is contained in:
parent
a7442b9538
commit
e26019a56b
1 changed files with 2 additions and 2 deletions
|
|
@ -1459,9 +1459,9 @@ non-nil, a caret is prepended to invert the set."
|
|||
(and (eq eod-param 'foo)
|
||||
(setq eod-param arg)
|
||||
(eq arg 3)))))
|
||||
(if (save-excursion (and (beginning-of-defun 3) (= bod-param 3)
|
||||
(if (save-excursion (and (beginning-of-defun 3) (eq bod-param 3)
|
||||
(not (beginning-of-defun))
|
||||
(end-of-defun 3) (= eod-param 3)
|
||||
(end-of-defun 3) (eq eod-param 3)
|
||||
(not (end-of-defun))))
|
||||
(setq list (cons 'argumentative-bod-function list))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue