Show
Ignore:
Timestamp:
2005年11月26日 08時33分26秒 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vendor/emacs-CVS_HEAD/lisp/ffap.el

    r3939 r3988  
    15201520        (range (- (point-max) (point-min))) 
    15211521        (mod (buffer-modified-p))       ; was buffer modified? 
    1522         buffer-read-only                ; to set text-properties 
     1522        ;; inhibit-read-only works on read-only text properties 
     1523        ;; as well as read-only buffers. 
     1524        (inhibit-read-only t)           ; to set text-properties 
    15231525        item 
    15241526        ;; Avoid repeated searches of the *mode-alist: