summaryrefslogtreecommitdiff
path: root/lisp/obsolete
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2014-12-08 15:02:26 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2014-12-08 15:02:26 -0500
commitb76bea4c2639ee78b345d50a0f6ce5d10e2253ac (patch)
treed962f149c41ebad82fc819c818cb084619e30433 /lisp/obsolete
parente0e2f363e86f8581191640324296fdebd2520d7c (diff)
downloademacs-b76bea4c2639ee78b345d50a0f6ce5d10e2253ac.tar.gz
Various minor details accumulated over time
* lisp/info.el (Info-mode-map): Remove left-over binding. * lisp/net/tramp.el (tramp-handle-make-symbolic-link): Mark unused arg. * lisp/obsolete/gulp.el (gulp-create-m-p-alist): Remove unused var `mnt-tm'. * lisp/progmodes/gud.el (gud-gdb-completions): Remove unused var `start'. * lisp/url/url-http.el (url-http-activate-callback): Make debug more verbose. * src/process.c: Whitespace and line-break nitpicks.
Diffstat (limited to 'lisp/obsolete')
-rw-r--r--lisp/obsolete/gulp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/obsolete/gulp.el b/lisp/obsolete/gulp.el
index 00cb896bf65..66394b409fe 100644
--- a/lisp/obsolete/gulp.el
+++ b/lisp/obsolete/gulp.el
@@ -137,7 +137,7 @@ is left in the `*gulp*' buffer at the end."
"Create the maintainer/package alist for files in FLIST in DIR.
That is a list of elements, each of the form (MAINTAINER PACKAGES...)."
(save-excursion
- (let (mplist filen node mnt-tm mnt tm fl-tm)
+ (let (mplist filen node mnt tm fl-tm)
(get-buffer-create gulp-tmp-buffer)
(set-buffer gulp-tmp-buffer)
(setq buffer-undo-list t)