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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
c0e48b0b
Commit
c0e48b0b
authored
Apr 28, 2002
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
7aeff5ab
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2498 additions
and
0 deletions
+2498
-0
etc/NEWS
etc/NEWS
+8
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/filesets.el
lisp/filesets.el
+2488
-0
No files found.
etc/NEWS
View file @
c0e48b0b
...
...
@@ -90,6 +90,14 @@ The underscore cursor is set by putting `(cursor-type . hbar)' in
default-frame-alist. It supports variable heights, like the `bar'
cursor does.
** Filesets are collections of files. You can define a fileset in
various ways, such as based on a directory tree or based on
program files that include other program files.
Once you have defined a fileset, you can perform various operations on
all the files in it, such as visiting them or searching and replacing
in them.
---
** PO translation files are decoded according to their MIME headers
when Emacs visits them.
...
...
lisp/ChangeLog
View file @
c0e48b0b
2002-04-28 Richard M. Stallman <rms@gnu.org>
* filesets.el: New file.
* replace.el (occur-accumulate-lines): Avoid incf and decf.
(occur-engine-add-prefix): New function.
(occur-engine): Avoid using macrolet, incf and decf.
...
...
lisp/filesets.el
0 → 100644
View file @
c0e48b0b
This diff is collapsed.
Click to expand it.
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