* help-fns.el (describe-variable): Fix 2010-12-17 change (Bug#7511).
This commit is contained in:
parent
957e5dd1e9
commit
e1a235757a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-12-20 Leo <sdl.web@gmail.com>
|
||||
|
||||
* help-fns.el (describe-variable): Fix 2010-12-17 change.
|
||||
|
||||
2010-12-20 Juri Linkov <juri@jurta.org>
|
||||
|
||||
* isearch.el (isearch-lazy-highlight-error): New variable.
|
||||
|
|
|
@ -639,7 +639,7 @@ it is displayed along with the global value."
|
|||
(let ((from (point)))
|
||||
(terpri)
|
||||
(pp val)
|
||||
(if (< (point) (- 68 (line-beginning-position -1)))
|
||||
(if (< (point) (+ 68 (line-beginning-position 0)))
|
||||
(delete-region from (1+ from))
|
||||
(delete-region (1- from) from)))))
|
||||
(terpri)
|
||||
|
|
Loading…
Add table
Reference in a new issue