/[emacs]/emacs/lisp/emulation/vip.el
ViewVC logotype

Diff of /emacs/lisp/emulation/vip.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.36 by ttn, Mon Aug 1 14:51:28 2005 UTC revision 1.37 by rfrancoise, Sat Sep 24 13:43:59 2005 UTC
# Line 893  is the name of the register for COM." Line 893  is the name of the register for COM."
893  each line in the region."  each line in the region."
894    (setq vip-quote-string    (setq vip-quote-string
895          (let ((str          (let ((str
896                 (vip-read-string (format "quote string \(default \"%s\"\): "                 (vip-read-string (format "quote string (default %s): "
897                                          vip-quote-string))))                                          vip-quote-string))))
898            (if (string= str "") vip-quote-string str)))            (if (string= str "") vip-quote-string str)))
899    (vip-enlarge-region (point) (mark))    (vip-enlarge-region (point) (mark))

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26