[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/etags.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/etags.el |
Date: |
Thu, 14 Nov 2002 02:16:15 -0500 |
Index: emacs/lisp/progmodes/etags.el
diff -c emacs/lisp/progmodes/etags.el:1.169 emacs/lisp/progmodes/etags.el:1.170
*** emacs/lisp/progmodes/etags.el:1.169 Fri Sep 6 11:12:15 2002
--- emacs/lisp/progmodes/etags.el Thu Nov 14 02:16:14 2002
***************
*** 776,786 ****
(save-excursion (end-of-line) (point))
t))
(progn (goto-char (match-end 0))
! (buffer-substring (point)
! (progn (forward-sexp -1)
! (while (looking-at "\\s'")
! (forward-char 1))
! (point))))
nil)))
;; Read a tag name from the minibuffer with defaulting and completion.
--- 776,787 ----
(save-excursion (end-of-line) (point))
t))
(progn (goto-char (match-end 0))
! (buffer-substring-no-properties
! (point)
! (progn (forward-sexp -1)
! (while (looking-at "\\s'")
! (forward-char 1))
! (point))))
nil)))
;; Read a tag name from the minibuffer with defaulting and completion.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/progmodes/etags.el,
Juanma Barranquero <=