Searched +refs:dired +refs:file +refs:version +refs:alist (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/
H A Dvc.el1 ;;; vc.el --- drive a version-control system from within Emacs
12 ;; This file is part of GNU Emacs.
16 ;; the Free Software Foundation; either version 2, or (at your option)
17 ;; any later version.
25 ;; along with GNU Emacs; see the file COPYING. If not, write to the
49 ;; Supported version-control systems presently include CVS, RCS, GNU Arch,
53 ;; appropriate, VC finds out which version you have, and allows or
56 ;; Even initial checkins will fail if your RCS version is so old that ci
71 ;; version-control operations to a minimum. Some names are only computed
72 ;; once. If you perform version contro
[all...]
H A Dcus-start.el9 ;; This file is part of GNU Emacs.
13 ;; the Free Software Foundation; either version 2, or (at your option)
14 ;; any later version.
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
28 ;; This file adds customize support for built-in variables.
30 ;; While dumping Emacs, this file is loaded, but it only records
33 ;; this file is loaded again with (require 'cus-start);
105 (shell-file-name execute file)
115 (file
[all...]
H A Dfilesets.el9 ;; This file is part of GNU Emacs.
13 ;; the Free Software Foundation; either version 2, or (at your option)
14 ;; any later version.
25 (defvar filesets-version "1.8.4")
32 ;; two mouse clicks only. A fileset is either a list of files, a file
34 ;; inclusion group (i.e. a base file including other files).
37 ;; 1. Put (require 'filesets) and (filesets-init) in your .emacs file.
96 (defvar filesets-running-xemacs (string-match "XEmacs\\|Lucid" emacs-version)
101 (defvar filesets-cache-version nil
102 "Filesets' cached version numbe
[all...]
H A Dfiles.el1 ;;; files.el --- file input and output commands for Emacs
9 ;; This file is part of GNU Emacs.
13 ;; the Free Software Foundation; either version 2, or (at your option)
14 ;; any later version.
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
28 ;; Defines most of Emacs's file- and directory-handling functions,
29 ;; including basic file visiting, backup generation, link handling,
30 ;; ITS-id version control, load- and write-hook handling, and the like.
41 (defgroup find-file nil
47 "Non-nil means delete auto-save file whe
[all...]

Completed in 122 milliseconds