summaryrefslogtreecommitdiffstats
path: root/contrib/global
diff options
context:
space:
mode:
authorcwt <cwt@FreeBSD.org>1997-08-17 18:01:54 +0000
committercwt <cwt@FreeBSD.org>1997-08-17 18:01:54 +0000
commit23cc65f5a543bf8193081585b7aa11a38e1f2ded (patch)
tree8c74e96fa581f700e550463ef32a29bd5c7170a9 /contrib/global
parent68eaf42a45c6a93b31b887ff4e78aae07cbd8d9e (diff)
downloadFreeBSD-src-23cc65f5a543bf8193081585b7aa11a38e1f2ded.zip
FreeBSD-src-23cc65f5a543bf8193081585b7aa11a38e1f2ded.tar.gz
Repair ESC-r processing in the gtags emacs mode (typo).
Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net>
Diffstat (limited to 'contrib/global')
-rw-r--r--contrib/global/gtags.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/global/gtags.el b/contrib/global/gtags.el
index 0978638..2f6eda0 100644
--- a/contrib/global/gtags.el
+++ b/contrib/global/gtags.el
@@ -227,7 +227,7 @@
(let (save flags buffer lines)
(setq save (current-buffer))
(if definition
- (setq flags "") (setq flags "-r"))
+ (setq flags "") (setq flags "r"))
;; load tag
(setq buffer (generate-new-buffer (generate-new-buffer-name (concat (if (equal flags "") "(D)" "(R)") tagname))))
(set-buffer buffer)
OpenPOWER on IntegriCloud