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
68892d27
Commit
68892d27
authored
Apr 16, 2012
by
Glenn Morris
Browse files
* lisp/play/yow.el (yow-file): Use expand-file-name rather than concat.
Remove old comment.
parent
20f0c46d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/play/yow.el
lisp/play/yow.el
+2
-6
No files found.
lisp/ChangeLog
View file @
68892d27
2012-04-16 Glenn Morris <rgm@gnu.org>
* play/yow.el (yow-file): Use expand-file-name rather than concat.
* progmodes/perl-mode.el (c-macro-expand):
Remove unnecessary autoload (it is in loaddefs.el).
...
...
lisp/play/yow.el
View file @
68892d27
;;; yow.el --- quote random zippyisms
;; Copyright (C) 1993-1995, 2000-2012
Free Software Foundation, Inc.
;; Copyright (C) 1993-1995, 2000-2012 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Author: Richard Mlynarik
...
...
@@ -24,10 +24,6 @@
;;; Commentary:
;; Important pinheadery for GNU Emacs.
;;
;; See cookie1.el for implementation. Note --- the `n' argument of yow
;; from the 18.xx implementation is no longer; we only support *random*
;; random access now.
;;; Code:
...
...
@@ -38,7 +34,7 @@
:prefix
"yow-"
:group
'games
)
(
defcustom
yow-file
(
concat
data-directory
"yow.lines"
)
(
defcustom
yow-file
(
expand-file-name
data-directory
"yow.lines"
)
"File containing pertinent pinhead phrases."
:type
'file
:group
'yow
)
...
...
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