summaryrefslogtreecommitdiff
path: root/lisp/quickurl.el
Commit message (Collapse)AuthorAgeFilesLines
* (quickurl): Add :version to defgroup.Dave Love2000-02-021-0/+1
|
* Added defcustom of quickurl-completion-ignore-case.Gerd Moellmann1999-11-181-1/+7
| | | | | | (quickurl-ask): completion-ignore-case is set to the value of quickurl-completion-ignore-case for the duration of the call to completing-read.
* (quickurl-list-insert): `count-lines' was returningGerd Moellmann1999-10-121-1/+4
| | | | | | a value one line to high if the cursor wasn't at the start of a line. A `beginning-of-line' is now performed before making the call to `count-lines'.
* (quickurl-list-focused-line): Removed.Richard M. Stallman1999-09-061-9/+1
| | | | | (quickurl-list-insert): Now works out the focused line using `count-lines' instead of using `quickurl-list-focused-line'.
* Don't conditionally define caddr.Dave Love1999-09-061-13/+2
| | | | | (quickurl-url-comment): Use nth, not caddr in function and defsetf.
* (quickurl): Doc fix.Richard M. Stallman1999-09-031-18/+10
|
* Initial revisionRichard M. Stallman1999-08-291-0/+569