~ubuntu-branches/ubuntu/quantal/emacs23/quantal

« back to all changes in this revision

Viewing changes to lisp/net/tramp-smb.el

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2012-05-12 12:30:20 UTC
  • mfrom: (1.2.3) (4.1.19 sid)
  • Revision ID: package-import@ubuntu.com-20120512123020-8asmc2akmxvac7n3
Tags: 23.4+1-3ubuntu1
* Merge with Debian, remaining changes:
  - debian/control.in:
    - Do not suggest emacs23-common-non-dfsg.
    - Replace use of Source-Version with source:Version.
  - debian/patches:
    - emacsVER-lp725988.patch: Set the X EMACS_CLASS to "Emacs23" to please
      bamf and gnome-shell
    - debian/patches/no_cpp_multiarch_dir_mangling.diff: make sure cpp
      doesn't mangle our multiarch include path due to a built-in macro
      matching the architecture name.
  - debian/emacsVER.desktop: also set StartupWMClass for bamf and
    gnome-shell
* Dropped changes:
  - use_crtdir_in_startfiles.diff: Now upstream
  - emacs-xgselect.patch: Now applied in Debian
  - Drop the horror that was ubuntu-restore-nondfsg-files.diff. We'll move
    the package into main.
* Have emacs23-common Depends on emacs23-common-non-dfsg, now that it is
  going to main.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;;; tramp-smb.el --- Tramp access functions for SMB servers
2
2
 
3
 
;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008,
4
 
;;   2009, 2010, 2011 Free Software Foundation, Inc.
 
3
;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
 
4
;;   2011, 2012 Free Software Foundation, Inc.
5
5
 
6
6
;; Author: Michael Albinus <michael.albinus@gmx.de>
7
7
;; Keywords: comm, processes
1328
1328
 
1329
1329
              ;; Play login scenario.
1330
1330
              (tramp-process-actions
1331
 
               p vec
 
1331
               p vec nil
1332
1332
               (if share
1333
1333
                   tramp-smb-actions-with-share
1334
1334
                 tramp-smb-actions-without-share))