Changeset 3988 for vendor/emacs-CVS_HEAD/lisp/ffap.el
- Timestamp:
- 2005年11月26日 08時33分26秒 (3 years ago)
- Files:
-
- vendor/emacs-CVS_HEAD/lisp/ffap.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vendor/emacs-CVS_HEAD/lisp/ffap.el
r3939 r3988 1520 1520 (range (- (point-max) (point-min))) 1521 1521 (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 1523 1525 item 1524 1526 ;; Avoid repeated searches of the *mode-alist:
