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
1
Issues
1
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
c79fb976
Commit
c79fb976
authored
Dec 02, 2009
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment.
parent
34b1d750
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/woman.el
lisp/woman.el
+2
-0
No files found.
lisp/woman.el
View file @
c79fb976
...
...
@@ -1649,6 +1649,8 @@ decompress the file if appropriate. See the documentation for the
(
defun
woman-make-bufname
(
bufname
)
"Create an unambiguous buffer name from BUFNAME."
;; See Bug#5038. Any compression extension has already been removed.
;; Go from eg "host.conf.5" to "5 host.conf".
(
let
((
dot
(
string-match
"\\.[^.]*\\'"
bufname
)))
(
if
dot
(
setq
bufname
(
concat
(
substring
bufname
(
1+
dot
))
" "
...
...
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