Minor fix

This commit is contained in:
Carsten Dominik 2009-08-18 07:55:13 +01:00
parent 0ba7d3d2f9
commit d52aaaf51c

View file

@ -4994,7 +4994,7 @@ in special contexts.
(skip-chars-forward " \t\n") (skip-chars-forward " \t\n")
(beginning-of-line 1) ; in case this is an item (beginning-of-line 1) ; in case this is an item
) )
(setq eos (1- (point)))) (setq eos (if (eobp) (point) (1- (point)))))
;; Find out what to do next and set `this-command' ;; Find out what to do next and set `this-command'
(cond (cond
((= eos eoh) ((= eos eoh)