emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/cpp.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cpp.el
Date: Tue, 13 May 2003 17:43:08 -0400

Index: emacs/lisp/progmodes/cpp.el
diff -c emacs/lisp/progmodes/cpp.el:1.26 emacs/lisp/progmodes/cpp.el:1.27
*** emacs/lisp/progmodes/cpp.el:1.26    Tue May  6 13:41:48 2003
--- emacs/lisp/progmodes/cpp.el Tue May 13 17:43:08 2003
***************
*** 1,6 ****
  ;;; cpp.el --- highlight or hide text according to cpp conditionals
  
! ;; Copyright (C) 1994, 1995 Free Software Foundation
  
  ;; Author: Per Abrahamsen <address@hidden>
  ;; Keywords: c, faces, tools
--- 1,6 ----
  ;;; cpp.el --- highlight or hide text according to cpp conditionals
  
! ;; Copyright (C) 1994, 1995, 2003 Free Software Foundation
  
  ;; Author: Per Abrahamsen <address@hidden>
  ;; Keywords: c, faces, tools
***************
*** 379,387 ****
  (defun cpp-make-overlay-hidden (overlay)
    ;; Make overlay hidden and intangible.
    (overlay-put overlay 'invisible 'cpp)
-   (overlay-put overlay 'intangible t)
-   ;; Unfortunately `intangible' is not implemented for overlays yet,
-   ;; so we make is read-only instead.
    (overlay-put overlay 'modification-hooks '(cpp-signal-read-only))
    (overlay-put overlay 'insert-in-front-hooks '(cpp-signal-read-only)))
  
--- 379,384 ----




reply via email to

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