mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(vc-hg-diff): Don't pass an empty string.
This commit is contained in:
parent
606180397c
commit
09c5aa7c30
2 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* vc-hg.el (vc-hg-diff): Don't pass an empty string.
|
||||
|
||||
2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
|
||||
|
||||
* progmodes/verilog-mode.el (top-level): Fix spacing.
|
||||
|
|
|
|||
|
|
@ -286,8 +286,7 @@
|
|||
(if oldvers
|
||||
(if newvers
|
||||
(list "-r" oldvers "-r" newvers)
|
||||
(list "-r" oldvers))
|
||||
(list ""))))))
|
||||
(list "-r" oldvers)))))))
|
||||
|
||||
(defun vc-hg-revision-table (file)
|
||||
(let ((default-directory (file-name-directory file)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue