comparison lisp/pcmpl-linux.el @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 67b464da13ec
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 ;;; pcmpl-linux.el --- functions for dealing with GNU/Linux completions 1 ;;; pcmpl-linux.el --- functions for dealing with GNU/Linux completions
2 2
3 ;; Copyright (C) 1999, 2000 Free Software Foundation 3 ;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
4 ;; 2005 Free Software Foundation, Inc.
4 5
5 ;; This file is part of GNU Emacs. 6 ;; This file is part of GNU Emacs.
6 7
7 ;; GNU Emacs is free software; you can redistribute it and/or modify 8 ;; GNU Emacs is free software; you can redistribute it and/or modify
8 ;; it under the terms of the GNU General Public License as published by 9 ;; it under the terms of the GNU General Public License as published by
14 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 ;; GNU General Public License for more details. 16 ;; GNU General Public License for more details.
16 17
17 ;; You should have received a copy of the GNU General Public License 18 ;; You should have received a copy of the GNU General Public License
18 ;; along with GNU Emacs; see the file COPYING. If not, write to the 19 ;; along with GNU Emacs; see the file COPYING. If not, write to the
19 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 20 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20 ;; Boston, MA 02111-1307, USA. 21 ;; Boston, MA 02110-1301, USA.
21 22
22 ;;; Commentary: 23 ;;; Commentary:
23 24
24 ;; These functions are for use with GNU/Linux. Since they depend on a 25 ;; These functions are for use with GNU/Linux. Since they depend on a
25 ;; certain knowledge of the layout of such systems, they probably 26 ;; certain knowledge of the layout of such systems, they probably
103 (forward-line))) 104 (forward-line)))
104 (pcomplete-pare-list 105 (pcomplete-pare-list
105 (pcomplete-uniqify-list points) 106 (pcomplete-uniqify-list points)
106 (cons "swap" (pcmpl-linux-mounted-directories)))))) 107 (cons "swap" (pcmpl-linux-mounted-directories))))))
107 108
109 ;;; arch-tag: bb0961a6-a623-463d-92c6-497c317293b1
108 ;;; pcmpl-linux.el ends here 110 ;;; pcmpl-linux.el ends here