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
25050dab
Commit
25050dab
authored
Dec 27, 2000
by
Eli Zaretskii
Browse files
(ffap-bindings): Make interactive and add an autoload cookie.
(ffap-bindings): Doc fix, to reflect the above change.
parent
9b0e97aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
lisp/ChangeLog
lisp/ChangeLog
+6
-0
lisp/ffap.el
lisp/ffap.el
+4
-4
No files found.
lisp/ChangeLog
View file @
25050dab
2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
* ffap.el (ffap-bindings): Make interactive and add an autoload
cookie.
(ffap-bindings): Doc fix, to reflect the above change.
2000-12-27 Kenichi Handa <handa@etl.go.jp>
* term.el (term-char-mode): Define all non-ascii self-inserting
...
...
lisp/ffap.el
View file @
25050dab
...
...
@@ -35,9 +35,8 @@
;; README's, MANIFEST's, and so on. Submit bugs or suggestions with
;; M-x ffap-bug.
;;
;; For the default installation, add th
ese two
line
s
to your .emacs file:
;; For the default installation, add th
is
line to your .emacs file:
;;
;; (require 'ffap) ; load the package
;; (ffap-bindings) ; do default key bindings
;;
;; ffap-bindings makes the following global key bindings:
...
...
@@ -1690,13 +1689,14 @@ ffap most of the time."
;; (setq dired-x-hands-off-my-keys t) ; the default
)
"List of binding forms evaluated by function `ffap-bindings'.
A reasonable ffap installation needs just these two lines:
(require 'ffap)
A reasonable ffap installation needs just these one line:
(ffap-bindings)
Of course if you do not like these bindings, just roll your own!"
)
;;;###autoload
(
defun
ffap-bindings
nil
"Evaluate the forms in variable `ffap-bindings'."
(
interactive
)
(
eval
(
cons
'progn
ffap-bindings
)))
...
...
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