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
9198ee0e
Commit
9198ee0e
authored
Sep 09, 2005
by
Eli Zaretskii
Browse files
Format- and whitespace-related changes.
parent
f64b6c63
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/woman.el
lisp/woman.el
+5
-8
No files found.
lisp/ChangeLog
View file @
9198ee0e
2005-09-09 Emilio Lopes <eclig@gmx.net>
* woman.el: Format- and whitespace-related changes.
2005-09-09 Eli Zaretskii <eliz@gnu.org>
* woman.el: Fix my email address.
...
...
lisp/woman.el
View file @
9198ee0e
...
...
@@ -422,9 +422,6 @@
;; Geoff Voelker <voelker@cs.washington.edu>
;; Eli Zaretskii <eliz@gnu.org>
;;; History:
;; For recent change log see end of file.
;;; Code:
...
...
@@ -956,8 +953,9 @@ This is usually either black or white."
:group 'woman-faces)
(defcustom woman-use-symbol-font nil
"
*If
non-nil
then
may
use
the
symbol
font.
It
is
off
by
default,
mainly
because
it
may
change
the
line
spacing
(
in
NTEmacs
20.5
)
.
"
"
*If
non-nil
then
may
use
the
symbol
font.
It
is
off
by
default,
mainly
because
it
may
change
the
line
spacing
\(in
NTEmacs
20.5
)
.
"
:type 'boolean
:group 'woman-faces)
...
...
@@ -1262,10 +1260,9 @@ Optional argument RE-CACHE, if non-nil, forces the cache to be re-read."
;; Unread the command event (TAB = ?\t = 9) that runs the command
;; `minibuffer-complete' in order to automatically complete the
;; minibuffer contents as far as possible.
(
setq
unread-command-events
'
(
9
))
; and delete any type-ahead!
(
setq
unread-command-events
'
(
9
))
; and delete any type-ahead!
(
completing-read
"Manual file: "
files
nil
1
(
try-completion
""
files
)
'woman-file-history
)))
)))
(
try-completion
""
files
)
'woman-file-history
))))))
(
defun
woman-select
(
predicate
list
)
"Select unique elements for which PREDICATE is true in LIST.
...
...
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