Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6e54fa53
Commit
6e54fa53
authored
Mar 15, 2004
by
Stefan Monnier
Browse files
Document new find-file-hook operation.
parent
b8d1db77
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
lisp/vc.el
lisp/vc.el
+5
-1
No files found.
lisp/vc.el
View file @
6e54fa53
...
...
@@ -7,7 +7,7 @@
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
;; Keywords: tools
;; $Id: vc.el,v 1.36
6
2004/02/0
7 00:37:13
uid65
598
Exp $
;; $Id: vc.el,v 1.36
7
2004/02/0
8 22:42:42
uid65
629
Exp $
;; This file is part of GNU Emacs.
...
...
@@ -432,6 +432,10 @@
;; repository. If this function is not provided, the renaming
;; will be done by (vc-delete-file old) and (vc-register new).
;;
;; - find-file-hook ()
;;
;; Operation called in current buffer when opening a new file. This can
;; be used by the backend to setup some local variables it might need.
;;; Code:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment