+2002-11-14 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
+
+ * progmodes/etags.el (find-tag-default): Copy text at point without
+ properties.
+
2002-11-11 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> (tiny change)
* dired-aux.el (dired-show-file-type): Format filename with "%s" to
(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))))
+ (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.