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
0c5b5a13
Commit
0c5b5a13
authored
Dec 23, 1993
by
Richard M. Stallman
Browse files
(makefile-ignored-files-in-pickup-regex): Supply missing \\.
(makefile-insert-target-ref): Fix typo.
parent
e6945ec7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/progmodes/make-mode.el
lisp/progmodes/make-mode.el
+3
-3
No files found.
lisp/progmodes/make-mode.el
View file @
0c5b5a13
...
...
@@ -18,7 +18,7 @@
;; So, for the meantime, this is not the default mode for makefiles.
;; $Id: makefile.el,v 1.
8
1993/0
5
/0
6 01:30:26 rms Exp jimb
$
;; $Id: makefile.el,v 1.
9
1993/0
6
/0
9 11:54:21 jimb Exp
$
;; This file is part of GNU Emacs.
...
...
@@ -169,7 +169,7 @@ not be enclosed in { } or ( ).")
"Regex used to find macro assignment lines in a makefile."
)
(
defconst
makefile-ignored-files-in-pickup-regex
"\\(^\\..*\\)\\|\\(.*~$\\)\\|\\(.*,v$\\)\\|(\\.[chy]\\)"
"\\(^\\..*\\)\\|\\(.*~$\\)\\|\\(.*,v$\\)\\|
\\
(\\.[chy]\\)"
"Regex for filenames that will NOT be included in the target list."
)
;;; ------------------------------------------------------------
...
...
@@ -518,7 +518,7 @@ Anywhere else just insert a dot."
"Complete on a list of known targets, then insert target-ref at (point) ."
(
interactive
(
list
(
pogn
(
p
r
ogn
(
makefile-pickup-targets
)
(
completing-read
"Refer to target: "
makefile-target-table
nil
nil
nil
))))
(
if
(
not
(
zerop
(
length
target-name
)))
...
...
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