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/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.




reply via email to

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