Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
10bd156e
Commit
10bd156e
authored
May 17, 2008
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(elide-head-headers-to-hide): Handle GPLv3 format.
parent
fde92a81
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/elide-head.el
lisp/elide-head.el
+5
-4
No files found.
lisp/ChangeLog
View file @
10bd156e
2008-05-17 Glenn Morris <rgm@gnu.org>
* elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
* net/tramp.el (top-level): Load auth-source when compiling.
* progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
...
...
lisp/elide-head.el
View file @
10bd156e
;;; elide-head.el --- hide headers in files
;; Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005,
;;
2006, 2007,
2008 Free Software Foundation, Inc.
;; Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005,
2006, 2007,
;; 2008 Free Software Foundation, Inc.
;; Author: Dave Love <fx@gnu.org>
;; Keywords: outlines tools
...
...
@@ -51,8 +51,9 @@
:group
'tools
)
(
defcustom
elide-head-headers-to-hide
'
((
"is free software; you can redistribute it"
.
; GNU boilerplate
"Boston, MA 0211\\(1-1307\\|0-1301\\), USA\\."
)
'
((
"is free software[:;] you can redistribute it"
.
; GNU boilerplate
"
\\
(
Boston,
MA
0211\\
(
1-1307\\|0-1301\\), USA\\|
\
If
not,
see
<http://www\\.gnu\\.org/licenses/>\\
)
\\.
")
("
The
Regents
of
the
University
of
California\\.
All
rights
reserved\\.
" .
"
SUCH
DAMAGE\\.
") ; BSD
("
Permission
is
hereby
granted,
free
of
charge
" . ; X11
...
...
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