emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/elide-head.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/elide-head.el
Date: Fri, 04 Apr 2003 01:21:55 -0500

Index: emacs/lisp/elide-head.el
diff -c emacs/lisp/elide-head.el:1.10 emacs/lisp/elide-head.el:1.11
*** emacs/lisp/elide-head.el:1.10       Wed Aug 14 20:38:55 2002
--- emacs/lisp/elide-head.el    Thu Nov  7 13:49:48 2002
***************
*** 105,111 ****
                (move-overlay elide-head-overlay (point-marker) end)
              (setq elide-head-overlay (make-overlay (point-marker) end)))
            (overlay-put elide-head-overlay 'invisible t)
-           (overlay-put elide-head-overlay 'intangible t)
            (overlay-put elide-head-overlay 'evaporate t)
            (overlay-put elide-head-overlay 'after-string "...")))))))
  
--- 105,110 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]