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
79f01fa7
Commit
79f01fa7
authored
Sep 07, 2009
by
Juanma Barranquero
Browse files
* files.el (top-level): Require `cl' when compiling.
parent
8f09a02f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/files.el
lisp/files.el
+3
-1
No files found.
lisp/ChangeLog
View file @
79f01fa7
2009-09-07 Juanma Barranquero <lekktu@gmail.com>
* files.el (top-level): Require `cl' when compiling.
2009-09-07 Glenn Morris <rgm@gnu.org>
* files.el (auto-mode-alist): Use delphi-mode for .dpr files.
...
...
lisp/files.el
View file @
79f01fa7
...
...
@@ -29,6 +29,8 @@
;;; Code:
(
eval-when-compile
(
require
'cl
))
(
defvar
font-lock-keywords
)
(
defgroup
backup
nil
...
...
@@ -722,7 +724,7 @@ one or more of those symbols."
(
read-file-name-internal
string
nil
action
)))
((
eq
(
car-safe
action
)
'boundaries
)
(
let
((
suffix
(
cdr
action
)))
(
list*
'boundaries
(
list*
'boundaries
(
length
(
file-name-directory
string
))
(
let
((
x
(
file-name-directory
suffix
)))
(
if
x
(
1-
(
length
x
))
(
length
suffix
))))))
...
...
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