1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

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.
This commit is contained in:
Stefan Monnier 2014-12-08 15:02:26 -05:00
parent e0e2f363e8
commit b76bea4c26
13 changed files with 83 additions and 63 deletions

View file

@ -8452,7 +8452,7 @@
* vc-sccs.el (vc-sccs-registered): Improve comment.
2002-11-13 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
2002-11-13 Tim Van Holder <tim.vanholder@anubex.com>
* progmodes/compile.el (compilation-error-regexp-alist):
Don't include colon and space after a file name as part of the name.